Reduce device width and hide app name when menu is open

Signed-off-by: Julius Haertl <jus@bitgrid.net>
This commit is contained in:
Julius Haertl 2017-03-03 13:16:30 +01:00 committed by Julius Härtl
parent 1d6fba03f4
commit 25e18b840b
No known key found for this signature in database
GPG Key ID: 4C614C6ED2CDE6DF
1 changed files with 3 additions and 2 deletions

View File

@ -547,7 +547,8 @@ nav {
display: block;
}
&.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;
}
@ -563,7 +564,7 @@ nav {
}
/* 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 {
display: inline-block !important;