mirror of
https://github.com/lscambo13/ElegantFin.git
synced 2025-09-18 12:40:16 +00:00
Fix: Removed extra top padding from clickable section headings and scroll buttons
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user