Fix: Attempting to prevent the title from overlapping the clear logo

This commit is contained in:
lscambo13
2025-10-29 06:53:38 -07:00
parent 33afcd750c
commit 48811065aa

View File

@@ -78,7 +78,7 @@
--sidePadding: 3.3%; --sidePadding: 3.3%;
--itemColumnGap: 1em; --itemColumnGap: 1em;
--primaryItemPageNegativeSpace: 12vh; --primaryItemPageNegativeSpace: 14vh;
--secondaryItemPageNegativeSpace: 35vh; --secondaryItemPageNegativeSpace: 35vh;
--blurSmallest: blur(2px); --blurSmallest: blur(2px);
@@ -1072,7 +1072,7 @@ html {
} }
.layout-desktop .detailRibbon { .layout-desktop .detailRibbon {
height: 28vh; height: 30vh;
margin-top: unset; margin-top: unset;
} }
@@ -2679,7 +2679,7 @@ div[data-role=controlgroup] a.ui-btn-active {
.layout-desktop .detailSectionContent { .layout-desktop .detailSectionContent {
align-content: end; align-content: end;
min-height: 15vh; min-height: 13vh;
} }
.itemDetailsGroup { .itemDetailsGroup {