mirror of
https://github.com/lscambo13/ElegantFin.git
synced 2025-11-07 15:25:26 +00:00
Fix: Attempting to prevent the title from overlapping the clear logo
This commit is contained in:
@@ -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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user