minimum 2 lines for toolbar on smaller screen
parent
c3c1c37cb6
commit
90ce030304
|
@ -32,6 +32,13 @@
|
||||||
height: 100%;
|
height: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* on smaller screen, allow 2 lines for the toolbar */
|
||||||
|
@media screen and (max-width:1250px) {
|
||||||
|
.svg_editor {
|
||||||
|
grid-template-rows: minmax(80px, auto) 15px 1fr 40px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
#svgroot {
|
#svgroot {
|
||||||
user-select: none;
|
user-select: none;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
|
|
Loading…
Reference in New Issue