From f1e6f6e505e2df42d6d7eeca80901276fe1b4e52 Mon Sep 17 00:00:00 2001 From: Ghighi Eftimie Date: Sat, 10 Oct 2020 14:58:06 +0300 Subject: [PATCH] fixes for #1560 --- cps/static/css/caliBlur.css | 19 ++++++++++++++++++- cps/templates/shelfdown.html | 7 ++++--- 2 files changed, 22 insertions(+), 4 deletions(-) diff --git a/cps/static/css/caliBlur.css b/cps/static/css/caliBlur.css index 3bf07110..92cf466e 100644 --- a/cps/static/css/caliBlur.css +++ b/cps/static/css/caliBlur.css @@ -831,7 +831,10 @@ body:not(.read-frame) { font-family: Open Sans Semibold, Helvetica Neue, Helvetica, Arial, sans-serif; font-weight: 400; overflow: hidden; - margin: 0 + margin: 0; + /* scroll bar fix for firefox */ + scrollbar-color: hsla(0, 0%, 100%, .2) transparent; + scrollbar-width: thin; } body > div.navbar.navbar-default.navbar-static-top > div > form > div { @@ -3506,6 +3509,20 @@ body.shelf > div.container-fluid > div > div.col-sm-10 > div.discover > h2 { padding-right: 25px !important } +body.shelf-down > .discover > h2 { + color: inherit; + margin-bottom: 20px; +} + +body.shelf-down > .discover > .row > .book.col-sm-3.col-lg-2.col-xs-6 { + max-width: 225px !important; + width: 225px !important; +} + +body.shelf-down .btn-group button#btnGroupDrop1 { + height: 50px; +} + .author > .container-fluid > .row-fluid > .col-sm-10 > h2:before, .plexBack > a { -moz-text-size-adjust: 100%; -ms-text-size-adjust: 100%; diff --git a/cps/templates/shelfdown.html b/cps/templates/shelfdown.html index 77a37211..b4d1594a 100644 --- a/cps/templates/shelfdown.html +++ b/cps/templates/shelfdown.html @@ -12,8 +12,9 @@ - {% if g.user.get_theme == 1 %} - + {% if g.current_theme == 1 %} + + {% endif %} @@ -24,7 +25,7 @@ {% block header %}{% endblock %} - + {% block body %}

{{title}}