mirror of
https://github.com/lscambo13/ElegantFin.git
synced 2025-11-07 15:25:26 +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 {
|
||||
align-content: end;
|
||||
min-height: 13vh;
|
||||
min-height: 16vh;
|
||||
}
|
||||
|
||||
.detailSectionContent:has(.tagline.hide+.overview.hide) {
|
||||
min-height: unset;
|
||||
}
|
||||
|
||||
.itemDetailsGroup {
|
||||
|
||||
Reference in New Issue
Block a user