From 75fcafc591906c44ea7c4701f5d90728431ab64e Mon Sep 17 00:00:00 2001 From: Marius <24592972+gilbN@users.noreply.github.com> Date: Fri, 30 Jul 2021 17:04:54 +0200 Subject: [PATCH] calibreweb removed max-height: none --- CSS/themes/calibreweb/calibreweb-base.css | 23 ++++++++++++++++++++--- 1 file changed, 20 insertions(+), 3 deletions(-) diff --git a/CSS/themes/calibreweb/calibreweb-base.css b/CSS/themes/calibreweb/calibreweb-base.css index 60681df8..4931ac2c 100644 --- a/CSS/themes/calibreweb/calibreweb-base.css +++ b/CSS/themes/calibreweb/calibreweb-base.css @@ -191,7 +191,6 @@ /* DROPDOWN MENU */ .dropdown-menu { background: var(--drop-down-menu-bg) !important; - max-height: none !important; } .dropdown-menu>li>a { @@ -313,8 +312,26 @@ } /* SERIES PAGE */ + /* from caliBlur_overide.css */ .cover .badge { color: var(--label-text-color); background-color: rgb(var(--accent-color)); - - } \ No newline at end of file + position: absolute; + top: 0; + left: 0; + border-radius: 0; + padding: 0 8px; + box-shadow: 0 0 4px rgba(0, 0, 0, 0.6); + line-height: 24px; + } + .cover { + box-shadow: 0 0 4px rgba(0, 0, 0, 0.6); + } + + .cover .read { + padding: 0 0; + line-height: 15px; + } + body.serieslist.grid-view div.container-fluid > div > div.col-sm-10::before { + display: none; + } \ No newline at end of file