From e919cab3d17da0c173b6532ffcbe5781398cdaaa Mon Sep 17 00:00:00 2001 From: Nilesh Deepak Date: Thu, 13 Jul 2017 12:22:43 +0530 Subject: [PATCH 1/5] 1. Thumbnail size when creating or editing book. --- resources/assets/sass/styles.scss | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/resources/assets/sass/styles.scss b/resources/assets/sass/styles.scss index a16aff60d..31777e373 100644 --- a/resources/assets/sass/styles.scss +++ b/resources/assets/sass/styles.scss @@ -63,6 +63,11 @@ body.dragging, body.dragging * { &.square { border-radius: 3px; } + &.cover { + height: 192px; + width: 120px; + border-radius: 3px; + } } // System wide notifications From b0ba1a43a91250ff5720646b9a958e4c0471ca91 Mon Sep 17 00:00:00 2001 From: Nilesh Deepak Date: Thu, 13 Jul 2017 12:24:47 +0530 Subject: [PATCH 2/5] 2. Added classed col-xs-6 col-sm-4 col-md-4 col-lg-3 in grid-item.blade.php 5. Added
in index.blade.php --- resources/views/books/grid-item.blade.php | 2 +- resources/views/books/index.blade.php | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/resources/views/books/grid-item.blade.php b/resources/views/books/grid-item.blade.php index e546d51e2..9cc58225a 100644 --- a/resources/views/books/grid-item.blade.php +++ b/resources/views/books/grid-item.blade.php @@ -1,4 +1,4 @@ -
+