New: Avoid adding empty space if both plot and tagline are empty

This commit is contained in:
lscambo13
2025-11-03 22:32:45 +05:30
parent 349a720cd2
commit f7aae10db0

View File

@@ -2657,7 +2657,11 @@ div[data-role=controlgroup] a.ui-btn-active {
.layout-desktop .detailSectionContent {
align-content: end;
min-height: 13vh;
min-height: 16vh;
}
.detailSectionContent:has(.tagline.hide+.overview.hide) {
min-height: unset;
}
.itemDetailsGroup {