Elastic: Fix regression in taskmenu on small window height

This commit is contained in:
Aleksander Machniak 2019-03-26 13:46:14 +01:00
parent 3748f11815
commit 17b31cab86

View file

@ -524,17 +524,18 @@ button.btn {
@media screen and (max-height: 640px) and (min-width: (@screen-width-small + 1px)) {
#layout-menu .popover-header img,
#layout-menu {
width: 2.5rem;
width: @layout-menu-width-sm;
}
#taskmenu {
a {
height: auto;
height: @layout-menu-width-sm;
width: 100%;
font-size: 1.2rem !important;
}
.special-buttons {
width: 2.5rem;
width: @layout-menu-width-sm;
}
span.inner {