mirror of
https://github.com/lscambo13/ElegantFin.git
synced 2025-11-07 23:35:25 +00:00
New: Avoid adding empty space if both plot and tagline are empty
This commit is contained in:
@@ -2657,7 +2657,11 @@ div[data-role=controlgroup] a.ui-btn-active {
|
|||||||
|
|
||||||
.layout-desktop .detailSectionContent {
|
.layout-desktop .detailSectionContent {
|
||||||
align-content: end;
|
align-content: end;
|
||||||
min-height: 13vh;
|
min-height: 16vh;
|
||||||
|
}
|
||||||
|
|
||||||
|
.detailSectionContent:has(.tagline.hide+.overview.hide) {
|
||||||
|
min-height: unset;
|
||||||
}
|
}
|
||||||
|
|
||||||
.itemDetailsGroup {
|
.itemDetailsGroup {
|
||||||
|
|||||||
Reference in New Issue
Block a user