Elastic: Fix regression in taskmenu on small window height
This commit is contained in:
parent
3748f11815
commit
17b31cab86
1 changed files with 4 additions and 3 deletions
|
@ -524,17 +524,18 @@ button.btn {
|
||||||
@media screen and (max-height: 640px) and (min-width: (@screen-width-small + 1px)) {
|
@media screen and (max-height: 640px) and (min-width: (@screen-width-small + 1px)) {
|
||||||
#layout-menu .popover-header img,
|
#layout-menu .popover-header img,
|
||||||
#layout-menu {
|
#layout-menu {
|
||||||
width: 2.5rem;
|
width: @layout-menu-width-sm;
|
||||||
}
|
}
|
||||||
|
|
||||||
#taskmenu {
|
#taskmenu {
|
||||||
a {
|
a {
|
||||||
height: auto;
|
height: @layout-menu-width-sm;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
font-size: 1.2rem !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.special-buttons {
|
.special-buttons {
|
||||||
width: 2.5rem;
|
width: @layout-menu-width-sm;
|
||||||
}
|
}
|
||||||
|
|
||||||
span.inner {
|
span.inner {
|
||||||
|
|
Loading…
Add table
Reference in a new issue