fix(toolbox): Fix buttons size in minified mode

This commit is contained in:
Vlad Piersec 2021-03-15 15:36:48 +02:00 committed by vp8x8
parent 226581a81a
commit fd606896b8
1 changed files with 5 additions and 0 deletions

View File

@ -235,6 +235,11 @@
}
}
@media (max-width: 320px) {
height: 36px;
width: 36px;
}
&.toggled {
background: $newToolbarButtonToggleColor;
}