mirror of
https://github.com/BookStackApp/BookStack.git
synced 2026-01-03 23:42:28 +03:00
Added md editor ui dropdown options & their back-end storage
Still need to perform actual in-editor functionality for those controls.
This commit is contained in:
@@ -157,6 +157,16 @@ html.markdown-editor-display.dark-mode {
|
||||
}
|
||||
}
|
||||
|
||||
.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;
|
||||
|
||||
Reference in New Issue
Block a user