From 13bce2712d75c160208b590ef853df3d972abc50 Mon Sep 17 00:00:00 2001 From: loof2736 Date: Sun, 19 May 2024 19:27:16 -0400 Subject: [PATCH] Improve look of chapter selector --- CSS/css-scyfin/scyfin-theme-backdrop.css | 9 +++++++++ CSS/css-scyfin/scyfin-theme.css | 6 ++++++ 2 files changed, 15 insertions(+) diff --git a/CSS/css-scyfin/scyfin-theme-backdrop.css b/CSS/css-scyfin/scyfin-theme-backdrop.css index f286823..bae4d63 100644 --- a/CSS/css-scyfin/scyfin-theme-backdrop.css +++ b/CSS/css-scyfin/scyfin-theme-backdrop.css @@ -96,6 +96,9 @@ .innerCardFooterClear { background-color: black !important; } +.innerCardFooter .cardText { + padding: 0 0 0 26px !important +} @@ -153,6 +156,9 @@ .layout-tv .skinHeader { padding-top: 1.5em !important; } +.layout-tv .skinHeader { + padding-bottom: 10px !important; +} /* Rounded header buttons */ .headerTabs, .headerRight { @@ -179,6 +185,9 @@ .layout-desktop .headerRight { padding: 0px 5px !important; } +.layout-tv .headerRight { + padding: 20px 10px !important; +} /* Move left header back up */ .layout-desktop .headerLeft .layout-tv .headerLeft { diff --git a/CSS/css-scyfin/scyfin-theme.css b/CSS/css-scyfin/scyfin-theme.css index 5f996e5..851bfa5 100644 --- a/CSS/css-scyfin/scyfin-theme.css +++ b/CSS/css-scyfin/scyfin-theme.css @@ -96,6 +96,9 @@ .innerCardFooterClear { background-color: black !important; } +.innerCardFooter .cardText { + padding: 0 0 0 26px !important +} @@ -157,6 +160,9 @@ html { .layout-tv .skinHeader { padding-top: 1.5em !important; } +.layout-tv .skinHeader { + padding-bottom: 10px !important; +} /* Rounded header buttons */ .headerTabs, .headerRight {