mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-22 16:16:21 +00:00
22 lines
288 B
SCSS
22 lines
288 B
SCSS
.new-editor {
|
|
.editor {
|
|
.menubar {
|
|
z-index: 1;
|
|
|
|
label.btn {
|
|
margin-bottom: 0.3rem !important;
|
|
}
|
|
|
|
.btn-group {
|
|
.btn {
|
|
margin-right: 0;
|
|
}
|
|
}
|
|
}
|
|
|
|
.ProseMirror,
|
|
& > ol li {
|
|
margin-bottom: 1rem;
|
|
}
|
|
}
|
|
}
|