border-bottom: 1px solid #DDD;
@include lightDark(border-color, #ddd, #000);
width: 50%;
- max-width: 50%;
}
.markdown-editor-wrap + .markdown-editor-wrap {
max-width: 100%;
flex-grow: 1;
}
- #markdown-editor .editor-toolbar {
- padding: 0;
- }
- #markdown-editor .editor-toolbar > * {
- padding: $-xs $-s;
- }
.editor-toolbar-label {
float: none !important;
@include lightDark(border-color, #DDD, #555);
}
}
+.editor-toolbar .buttons {
+ font-size: $fs-m;
+ .dropdown-menu {
+ padding: 0;
+ }
+ .toggle-switch {
+ margin: $-s 0;
+ }
+}
+
.editor-toolbar .buttons button {
font-size: .9rem;
width: 2rem;