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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -913,6 +913,10 @@ div[data-role=controlgroup] a.ui-btn-active {
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 {
padding: .4em !important;
}
@ -1244,4 +1248,4 @@ ul.MuiList-root.MuiMenu-list.MuiList-dense>div:first-child {
#scenesContent .cardScalable:hover {
border-color: var(--dimTextColor) !important;
}
}