Skip to content

Commit

Permalink
fix: 🐛 Refactored padding on media libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
JamsRepos committed Jun 21, 2024
1 parent 1e09086 commit 00d80ba
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
4 changes: 4 additions & 0 deletions theme/base.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
8 changes: 6 additions & 2 deletions theme/modules/hide-my-media.css
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@
display: none;
}

#indexPage .section0 .itemsContainer {
padding-top: .5em;
#indexPage .section0 {
padding-top: 1em;
}

#indexPage .verticalSection.section0 {
padding-top: 3em;
}

0 comments on commit 00d80ba

Please sign in to comment.