]> BookStack Code Mirror - bookstack/blobdiff - resources/assets/sass/_components.scss
Started work on revisions in image manager
[bookstack] / resources / assets / sass / _components.scss
index 27dcfda64f9a0a2e3c2c74d2b42386f68f2643e0..76150fe44bafe45992ef91e4648edcf516cfb0c7 100644 (file)
@@ -221,10 +221,19 @@ body.flexbox-support #entity-selector-wrap .popup-body .form-group {
   }
   img {
     max-width: 100%;
-    max-height: 200px;
+    max-height: 180px;
     display: block;
     margin: 0 auto $-m auto;
-    box-shadow: $bs-light;
+    box-shadow: 0 1px 21px 1px rgba(76, 76, 76, 0.3);
+  }
+  .image-manager-viewer {
+    height: 196px;
+    display: flex;
+    align-items: center;
+    justify-content: center;
+    a {
+      display: inline-block;
+    }
   }
   .dropzone-container {
     border-bottom: 1px solid #DDD;