fix: made padding the same on top, left, and bottom of episodes

This commit is contained in:
Travis Lane
2024-12-26 20:13:14 -05:00
committed by GitHub
parent f9fe918fda
commit 17cf180851

View File

@@ -913,6 +913,10 @@ div[data-role=controlgroup] a.ui-btn-active {
padding: 0.25em 0.25em 0.25em 1.5em !important; padding: 0.25em 0.25em 0.25em 1.5em !important;
} }
[dir="ltr"] .listItem:not(.actionSheetMenuItem)[data-type="Episode"] {
padding: .5em 0.25em 0.5em 0.5em !important;
}
.actionSheetContent { .actionSheetContent {
padding: .4em !important; padding: .4em !important;
} }