Fixes responsiviness for secondary menu.

This commit is contained in:
mateuswetah 2018-02-26 09:51:20 -03:00
parent 516de78640
commit b0c9a4fdfb
2 changed files with 7 additions and 1 deletions

View File

@ -123,6 +123,7 @@ export default {
}
}
background-color: $primary-darker;
&.is-compressed {
max-width: 42px;
@ -163,7 +164,10 @@ export default {
}
}
}
.separator {
width: 2px;
height: auto;
}
a{ padding: 1em 0.8em !important;}
.menu-text {
display: none !important;

View File

@ -105,6 +105,8 @@ export default {
width: 100% !important;
max-width: 100% !important;
a{ padding: 1em 0.8em !important; }
.menu-header { display: none;
}
.menu-text {
display: none !important;
}