]> BookStack Code Mirror - bookstack/blobdiff - resources/sass/_layout.scss
Improve sorting Shelf Books
[bookstack] / resources / sass / _layout.scss
index be86d049888e8aa0600780cbf98b712115a9018e..4873ff2da651ee1575a048a4973f95069fa0a343 100644 (file)
@@ -153,6 +153,9 @@ body.flexbox {
 .justify-center {
   justify-content: center;
 }
+.items-center {
+  align-items: center;
+}
 
 
 /**
@@ -175,6 +178,10 @@ body.flexbox {
   display: none !important;
 }
 
+.fill-height {
+  height: 100%;
+}
+
 .float {
   float: left;
   &.right {
@@ -272,6 +279,7 @@ body.flexbox {
     min-height: 50vh;
     overflow-y: scroll;
     overflow-x: hidden;
+    height: 100%;
     scrollbar-width: none;
     -ms-overflow-style: none;
     &::-webkit-scrollbar {
@@ -282,9 +290,6 @@ body.flexbox {
     max-width: 940px;
     margin: 0 auto;
   }
-  .tri-layout-right-contents {
-    height: 1000px;
-  }
 }
 
 @include smaller-than($l) {