Fix: Reduced top padding from expand overview button

This commit is contained in:
lscambo13
2025-05-19 13:19:56 -07:00
parent e648a8c740
commit d25f31708c

View File

@@ -1245,6 +1245,10 @@ progress+span {
-webkit-line-clamp: 4;
}
.overview-expand.emby-button {
padding: .25em 1em 1em;
}
.itemMiscInfo {
align-items: flex-end !important;
}