Fix: Add gap between Movie/TV details sections for more comfortable layout

This commit is contained in:
lscambo13
2024-12-05 12:26:28 -08:00
parent ea43fba960
commit b8303063ac

View File

@@ -697,6 +697,10 @@ div[data-role=controlgroup] a.ui-btn-active {
max-width: unset !important; max-width: unset !important;
} }
.detailPageContent {
gap: 1em;
}
.trackSelections { .trackSelections {
order: 2; order: 2;
max-width: unset !important; max-width: unset !important;