]> BookStack Code Mirror - bookstack/blobdiff - resources/sass/_layout.scss
Updated attachment links to have dropdown for open type
[bookstack] / resources / sass / _layout.scss
index b1c80cb53eb7e95b3e3d3ceb023392ffad54a644..14a37dd4a2465777572e7787695d69ac690f1e26 100644 (file)
@@ -155,6 +155,13 @@ body.flexbox {
   }
 }
 
+.gap-m {
+  gap: $-m;
+}
+
+.justify-flex-start {
+  justify-content: flex-start;
+}
 .justify-flex-end {
   justify-content: flex-end;
 }
@@ -295,9 +302,9 @@ body.flexbox {
 }
 @include larger-than($xxl) {
   .tri-layout-left-contents, .tri-layout-right-contents {
-    padding: $-m;
+    padding: $-xl $-m;
     position: sticky;
-    top: $-m;
+    top: 0;
     max-height: 100vh;
     min-height: 50vh;
     overflow-y: scroll;