fix(toolbox): Fix buttons size in minified mode
This commit is contained in:
parent
226581a81a
commit
fd606896b8
|
@ -235,6 +235,11 @@
|
|||
}
|
||||
}
|
||||
|
||||
@media (max-width: 320px) {
|
||||
height: 36px;
|
||||
width: 36px;
|
||||
}
|
||||
|
||||
&.toggled {
|
||||
background: $newToolbarButtonToggleColor;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue