Add more space before first link/button

This commit is contained in:
Ilia
2022-05-19 23:41:59 +03:00
parent e91303b630
commit 05ff9c3619

View File

@ -34,7 +34,7 @@ if (@logins) {
foreach my $l (@logins) {
my $state;
my $candel = 0;
my $nbsp = "  ";
my $nbsp = "   ";
if ($l->[0] =~ /^\!/) {
$state = $text{'sessions_out'};
}