Fix: Some scroll buttons were not aligned with their section headings

This commit is contained in:
lscambo13
2025-11-03 22:23:18 +05:30
parent 1647f40140
commit b9ceded828

View File

@@ -1028,6 +1028,11 @@ html {
margin: .75em 0 -.75em 0;
}
.emby-scrollbuttons,
[dir=ltr] .emby-scrollbuttons {
padding-top: 1.25em;
}
.sectionTitleContainer+.emby-scrollbuttons {
padding-top: 0;
}