.
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
.device-type-edit {
|
.device-type-edit {
|
||||||
max-width: 800px;
|
max-width: 1200px;
|
||||||
margin: 20px auto;
|
margin: 20px auto;
|
||||||
padding: 20px;
|
padding: 20px;
|
||||||
}
|
}
|
||||||
@@ -105,7 +105,7 @@
|
|||||||
|
|
||||||
.device-type-edit .shape-editor {
|
.device-type-edit .shape-editor {
|
||||||
display: grid;
|
display: grid;
|
||||||
grid-template-columns: 180px 1fr 320px;
|
grid-template-columns: 1fr;
|
||||||
gap: 16px;
|
gap: 16px;
|
||||||
margin-top: 16px;
|
margin-top: 16px;
|
||||||
}
|
}
|
||||||
@@ -145,13 +145,20 @@
|
|||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
}
|
}
|
||||||
|
|
||||||
.device-type-edit .shape-editor-canvas {
|
.device-type-edit .shape-editor-canvas,
|
||||||
|
.device-type-edit .shape-toolbox,
|
||||||
|
.device-type-edit .shape-overlay {
|
||||||
border: 1px solid #ddd;
|
border: 1px solid #ddd;
|
||||||
border-radius: 6px;
|
border-radius: 6px;
|
||||||
background: white;
|
background: white;
|
||||||
padding: 12px;
|
padding: 12px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.device-type-edit .shape-toolbox,
|
||||||
|
.device-type-edit .shape-overlay {
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
.device-type-edit .shape-editor-canvas svg {
|
.device-type-edit .shape-editor-canvas svg {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
min-height: 320px;
|
min-height: 320px;
|
||||||
|
|||||||
Reference in New Issue
Block a user