fix app menu not showing on mobile, fix #16844
This commit is contained in:
parent
9d90421e62
commit
a8b51fdcbd
|
@ -21,8 +21,8 @@
|
|||
box-align: center;
|
||||
}
|
||||
|
||||
/* on mobile, show only the icon of the logo, hide the text */
|
||||
#header .header-appname-container {
|
||||
/* on mobile public share, show only the icon of the logo, hide the text */
|
||||
#body-public #header .header-appname-container {
|
||||
display: none;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue