fix: made padding the same on top, left, and bottom of episodes
This commit is contained in:
parent
f9fe918fda
commit
17cf180851
1 changed files with 5 additions and 1 deletions
|
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue