mirror of
https://github.com/igorski/bitmappery.git
synced 2026-07-05 23:09:12 +02:00
Optimize large toolbox positioning
This commit is contained in:
@@ -299,11 +299,16 @@ export default {
|
||||
}
|
||||
}
|
||||
|
||||
@media screen and (min-height: 815px) {
|
||||
@media screen and (min-height: 875px) {
|
||||
width: 60px !important;
|
||||
|
||||
.color-panel__label {
|
||||
display: none;
|
||||
.color-panel {
|
||||
&__label {
|
||||
display: none;
|
||||
}
|
||||
.color-picker {
|
||||
text-indent: $spacing-xsmall;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user