minimum 2 lines for toolbar on smaller screen
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user