From 68ddf19605846c3de771f0d89444e84c9c2cc353 Mon Sep 17 00:00:00 2001 From: MrTimscampi Date: Sun, 9 Feb 2020 01:59:52 +0100 Subject: [PATCH] Tweak poster size on home screen --- src/components/cardbuilder/card.css | 2 +- src/themes/blueradiance/theme.css | 4 ++++ src/themes/dark/theme.css | 8 ++++++-- src/themes/wmc/theme.css | 4 ++++ 4 files changed, 15 insertions(+), 3 deletions(-) diff --git a/src/components/cardbuilder/card.css b/src/components/cardbuilder/card.css index 96bd28e8d1..8759fd519a 100644 --- a/src/components/cardbuilder/card.css +++ b/src/components/cardbuilder/card.css @@ -725,7 +725,7 @@ button::-moz-focus-inner { @media (min-width: 120em) { .overflowSquareCard, .overflowPortraitCard { - width: 10.3vw; + width: 10.41vw; } } diff --git a/src/themes/blueradiance/theme.css b/src/themes/blueradiance/theme.css index 63c765e4e6..4eaec3f73b 100644 --- a/src/themes/blueradiance/theme.css +++ b/src/themes/blueradiance/theme.css @@ -1,3 +1,7 @@ +* { + scrollbar-color: #3b3b3b #202020; +} + .skinHeader, html { color: #ddd; diff --git a/src/themes/dark/theme.css b/src/themes/dark/theme.css index 58e9ab1856..6196275e32 100644 --- a/src/themes/dark/theme.css +++ b/src/themes/dark/theme.css @@ -1,3 +1,8 @@ +* { + scrollbar-width: thin; + scrollbar-color: #3b3b3b #202020; +} + .skinHeader, html { color: #ddd; @@ -425,8 +430,7 @@ html { } .layout-desktop ::-webkit-scrollbar { - width: 1em; - height: 1em; + width: 0.4em; } ::-webkit-scrollbar-thumb:horizontal, diff --git a/src/themes/wmc/theme.css b/src/themes/wmc/theme.css index 41e1767565..d453889a49 100644 --- a/src/themes/wmc/theme.css +++ b/src/themes/wmc/theme.css @@ -1,3 +1,7 @@ +* { + scrollbar-color: #3b3b3b #202020; +} + html { color: #eee; color: rgba(255, 255, 255, 0.9);