mirror of
https://github.com/Tencent/tmagic-editor.git
synced 2026-01-02 06:28:15 +00:00
10 lines
148 B
SCSS
10 lines
148 B
SCSS
.m-editor-layout {
|
|
width: 100%;
|
|
display: flex;
|
|
justify-self: space-between;
|
|
|
|
&:has(.m-editor-resizer-draging) {
|
|
overflow: hidden;
|
|
}
|
|
}
|