Fix: Removed extra top padding from clickable section headings and scroll buttons
This commit is contained in:
parent
7243505b7a
commit
e648a8c740
1 changed files with 7 additions and 0 deletions
|
|
@ -512,6 +512,13 @@ html {
|
|||
font-weight: 400;
|
||||
font-size: 1.25rem;
|
||||
} */
|
||||
.sectionTitleContainer-cards {
|
||||
padding-top: 0;
|
||||
}
|
||||
|
||||
.sectionTitleContainer+.emby-scrollbuttons {
|
||||
padding-top: 0;
|
||||
}
|
||||
|
||||
.layout-mobile :not(.sectionTitleContainer-cards)>.sectionTitle-cards {
|
||||
text-align: left;
|
||||
|
|
|
|||
Loading…
Reference in a new issue