diff --git a/theme/base.css b/theme/base.css index bdd34e9..8198bd5 100644 --- a/theme/base.css +++ b/theme/base.css @@ -259,6 +259,10 @@ html { /* Main Cards */ +.section0 .sectionTitle { + padding-top: 1em !important; +} + .layout-desktop .section0 .emby-scrollbuttons, .layout-desktop .section1 .emby-scrollbuttons { padding-top: unset; diff --git a/theme/modules/hide-my-media.css b/theme/modules/hide-my-media.css index 60fb547..d468783 100644 --- a/theme/modules/hide-my-media.css +++ b/theme/modules/hide-my-media.css @@ -8,6 +8,10 @@ display: none; } -#indexPage .section0 .itemsContainer { - padding-top: .5em; +#indexPage .section0 { + padding-top: 1em; +} + +#indexPage .verticalSection.section0 { + padding-top: 3em; } \ No newline at end of file