mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2026-09-21 05:58:11 +08:00
This reverts commit 02fd00da10.
This commit is contained in:
@@ -24,7 +24,6 @@
|
||||
<style lang="scss">
|
||||
.workspace-grid-subdivision {
|
||||
min-height: 28px;
|
||||
min-width: 0;
|
||||
flex: 1 1 0;
|
||||
|
||||
&.folded {
|
||||
@@ -34,15 +33,13 @@
|
||||
}
|
||||
|
||||
.workspace-grid-resize-gutter {
|
||||
flex: 0 0 auto;
|
||||
flex: 0 0 4px;
|
||||
|
||||
&.layout-row {
|
||||
height: 4px;
|
||||
cursor: ns-resize;
|
||||
}
|
||||
|
||||
&.layout-col {
|
||||
width: 4px;
|
||||
cursor: ew-resize;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user