]> BookStack Code Mirror - bookstack/commitdiff
Removed avatar class from form.blade.php
authorNilesh Deepak <redacted>
Thu, 13 Jul 2017 09:50:53 +0000 (15:20 +0530)
committerNilesh Deepak <redacted>
Thu, 13 Jul 2017 09:50:53 +0000 (15:20 +0530)
resources/assets/sass/styles.scss
resources/views/books/form.blade.php

index 6eb24b8c1e9ded186ba9fc982f13ad22afa6fcac..e95e571b5ad53a376999b186d48c967c109326a0 100644 (file)
@@ -63,11 +63,6 @@ body.dragging, body.dragging * {
   &.square {
     border-radius: 3px;
   }
-  &.cover {
-    height: 192px;
-    width: 120px;
-    border-radius: 3px;
-  }
 }
 
 // System wide notifications
@@ -306,4 +301,10 @@ $btt-size: 40px;
   img {
     border-radius: 3px;
   }
-}
\ No newline at end of file
+}
+
+.cover {
+    height: 192px;
+    width: 120px;
+    border-radius: 3px;
+  }
\ No newline at end of file
index 34f5fd842979d57f076f2e725c1030bd3546bcf4..e26edac4b8881da26ff2874e03dcbfb102101272 100644 (file)
@@ -21,7 +21,7 @@
             'currentImage' => @isset($model) ? $model->getBookCover(80) : baseUrl('/default.png') ,
             'currentId' => @isset($model) ? $model->image : 0,
             'name' => 'image',
-            'imageClass' => 'avatar cover'
+            'imageClass' => 'cover'
         ])
 </div>
 <div class="form-group">