Reduce device width and hide app name when menu is open
Signed-off-by: Julius Haertl <jus@bitgrid.net>
This commit is contained in:
parent
1d6fba03f4
commit
25e18b840b
|
@ -547,7 +547,8 @@ nav {
|
||||||
display: block;
|
display: block;
|
||||||
}
|
}
|
||||||
&.menu-open li:hover a:before,
|
&.menu-open li:hover a:before,
|
||||||
&.menu-open li a.active:before {
|
&.menu-open li a.active:before,
|
||||||
|
&.menu-open li:hover span {
|
||||||
display: none !important;
|
display: none !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -563,7 +564,7 @@ nav {
|
||||||
}
|
}
|
||||||
|
|
||||||
/* use popover menu on mobile and small screens */
|
/* use popover menu on mobile and small screens */
|
||||||
@media only screen and (max-width: 768px) {
|
@media only screen and (max-width: 600px) {
|
||||||
|
|
||||||
#header .header-appname-container {
|
#header .header-appname-container {
|
||||||
display: inline-block !important;
|
display: inline-block !important;
|
||||||
|
|
Loading…
Reference in New Issue