]> BookStack Code Mirror - bookstack/blobdiff - resources/sass/_editor.scss
ExportFormatter: Add book description and check for empty book and chapter descriptio...
[bookstack] / resources / sass / _editor.scss
index dd1e1a2c368aa2556ffe5e6bf7a7ae3e271e4dac..b33cb4d055870b4aa96e6f67f184d96e0e7a118f 100644 (file)
@@ -26,6 +26,8 @@ body.editor-is-fullscreen {
   }
 }
 .editor-content-area {
+  min-height: 100%;
+  padding-block: 1rem;
   &:focus {
     outline: 0;
   }
@@ -33,6 +35,7 @@ body.editor-is-fullscreen {
 .editor-content-wrap {
   position: relative;
   overflow-y: scroll;
+  flex: 1;
 }
 
 // Buttons
@@ -134,7 +137,6 @@ body.editor-is-fullscreen {
   background-color: #FFF;
   box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.15);
   z-index: 99;
-  min-width: 120px;
   display: flex;
   flex-direction: row;
 }