]> BookStack Code Mirror - bookstack/blobdiff - resources/assets/sass/_pages.scss
Rolled tri-layout to page edit and book-create
[bookstack] / resources / assets / sass / _pages.scss
index 3e6da03f02e73a62f484dd2290e5f0b9c9ba7974..8cc7c830f453c84b1c6e0e9a2ca3e9528b5df165 100755 (executable)
   width: 100%;
   max-width: 840px;
   margin: 0 auto;
-  margin-top: $-xxl;
   overflow-wrap: break-word;
-  &.flex {
-    margin-top: $-xl;
-  }
   .align-left {
     text-align: left;
   }
   }
 }
 
-.comments-container {
-  width: 100%;
-  margin-top: $-xl;
-  margin-bottom: $-m;
-  h5 {
-    color: #888;
-    font-weight: normal;
-    margin-top: 0.5em;
-  }
+.comments-container h5 {
+  color: #888;
+  font-weight: normal;
+  margin-top: 0.5em;
 }
 
 .comment-editor .CodeMirror, .comment-editor .CodeMirror-scroll {
   position: relative;
   overflow: hidden;
   padding: $-xs $-m;
+  color: #666;
+  fill: currentColor;
   &:after {
     content: '';
     position: absolute;