From e926fb41d338c18195457552f811df7c574d1774 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Arne=20Schl=C3=BCter?= Date: Sat, 2 Jun 2018 14:19:58 +0200 Subject: [PATCH] Fix small spacing issue with generated covers --- src/sass/app.sass | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/src/sass/app.sass b/src/sass/app.sass index 9b4e964..e0b5511 100644 --- a/src/sass/app.sass +++ b/src/sass/app.sass @@ -17,14 +17,17 @@ .progress.is-tiny height: 0.25rem +// cover images .image.is-256x256 - // for cover images width: 256px height: 256px -.album-preview .image.is-256x256 + .missing-cover + display: block + // make sure the grid doesn't overflow - width: auto - height: auto - max-width: 256px - max-height: 256px + .album-preview & + width: auto + height: auto + max-width: 256px + max-height: 256px