Skip to content

Commit

Permalink
Fix the issue of the logo being stuck in mobile mode
Browse files Browse the repository at this point in the history
  • Loading branch information
iliajie committed Jul 31, 2024
1 parent 2de36e6 commit 91e585d
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion authentic-lib.pl
Original file line number Diff line number Diff line change
Expand Up @@ -1916,11 +1916,12 @@ sub content
$get_user_level eq '3' ? 'usermin' :
undef);
print "</ul>\n";
print '</aside><x-aside class="x-aside"></x-aside>' . "\n";

# Authenticated logo
embed_logo();

print '</aside><x-aside class="x-aside"></x-aside>' . "\n";

# Favorites menu
print_favorites();

Expand Down
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.
4 changes: 2 additions & 2 deletions unauthenticated/js/bundle.min.js

Large diffs are not rendered by default.

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

0 comments on commit 91e585d

Please sign in to comment.