]> BookStack Code Mirror - bookstack/blobdiff - resources/sass/_editor.scss
Lexical: Added mobile toolbar support
[bookstack] / resources / sass / _editor.scss
index bdf6ea44c3db84a6054e739a941b798a50f7becd..e481318374c0bee4601359ae32509493b6ca8f80 100644 (file)
   @include mixins.lightDark(border-color, #DDD, #000);
 }
 
+@include mixins.smaller-than(vars.$bp-xl) {
+  .editor-toolbar-main {
+    overflow-x: scroll;
+    flex-wrap: nowrap;
+    justify-content: start;
+  }
+}
+
 body.editor-is-fullscreen {
   overflow: hidden;
   .edit-area {