Skip to content

Commit 91e585d

Browse files
committed
Fix the issue of the logo being stuck in mobile mode
1 parent 2de36e6 commit 91e585d

File tree

5 files changed

+5
-4
lines changed

5 files changed

+5
-4
lines changed

authentic-lib.pl

+2-1
Original file line numberDiff line numberDiff line change
@@ -1916,11 +1916,12 @@ sub content
19161916
$get_user_level eq '3' ? 'usermin' :
19171917
undef);
19181918
print "</ul>\n";
1919-
print '</aside><x-aside class="x-aside"></x-aside>' . "\n";
19201919

19211920
# Authenticated logo
19221921
embed_logo();
19231922

1923+
print '</aside><x-aside class="x-aside"></x-aside>' . "\n";
1924+
19241925
# Favorites menu
19251926
print_favorites();
19261927

unauthenticated/css/bundle.min.css

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

unauthenticated/css/bundle.min.css.gz

20 Bytes
Binary file not shown.

unauthenticated/js/bundle.min.js

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

unauthenticated/js/bundle.min.js.gz

-31 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)