New: Avoid adding empty space if both plot and tagline are empty
This commit is contained in:
parent
349a720cd2
commit
f7aae10db0
1 changed files with 5 additions and 1 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in a new issue