Skip to content

Commit

Permalink
Fix letter spacing for username in bottom links buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
iliajie committed Apr 19, 2021
1 parent d5879e0 commit 4ab8fd5
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion navigation-lib.pl
Original file line number Diff line number Diff line change
Expand Up @@ -1007,7 +1007,7 @@ sub nav_links
my $menu_width = $theme_config{'settings_leftmenu_width'};
my $button_width = 26;
my $button_margin = 2;
my $char_width = 5.94;
my $char_width = 5.73;
my $menu_lnk_colla = $theme_config{'settings_collapse_navigation_link'} eq 'true';
my $menu_lnk_dashb = $theme_config{'settings_sysinfo_link_mini'} eq 'true';
my $menu_lnk_night = $theme_config{'settings_show_night_mode_link'} eq 'true';
Expand Down
2 changes: 1 addition & 1 deletion theme.info
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
desc=Authentic Theme
longdesc=Webmin/Usermin/Virtualmin/Cloudmin theme based on Bootstrap and Font Awesome (https://github.com/authentic-theme/authentic-theme)
version=19.75-RC3
mversion=08
mversion=09
depends=1.974 1.824
webmin=1
usermin=1
2 changes: 1 addition & 1 deletion unauthenticated/css/bundle.min.css

Large diffs are not rendered by default.

Binary file modified unauthenticated/css/bundle.min.css.gz
Binary file not shown.

0 comments on commit 4ab8fd5

Please sign in to comment.