From a56912764fd5ee58e9b71162e6a6a49decaa302d Mon Sep 17 00:00:00 2001 From: Radek Czajka Date: Mon, 4 Oct 2021 15:07:38 +0200 Subject: [PATCH] Fixes #4274: Fix for logos in player. --- src/wolnelektury/static/scss/main/book_box.scss | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/src/wolnelektury/static/scss/main/book_box.scss b/src/wolnelektury/static/scss/main/book_box.scss index 3e93b7530..b1bfe9341 100644 --- a/src/wolnelektury/static/scss/main/book_box.scss +++ b/src/wolnelektury/static/scss/main/book_box.scss @@ -148,6 +148,17 @@ } } + .license-icon { + display: block; + @include size(margin-top, 5px); + } + + .project-icon { + @include size(max-width, 100px); + @include size(max-height, 100px); + } + + .jp-type-playlist { margin-top: 24px; -- 2.20.1