mirror of
https://github.com/lscambo13/ElegantFin.git
synced 2025-09-18 12:40:16 +00:00
Fix: Used consistent units for proper alignment at different scaling levels
This commit is contained in:
@@ -851,7 +851,7 @@ html {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.layout-desktop .detailRibbon {
|
.layout-desktop .detailRibbon {
|
||||||
height: 19em !important;
|
height: 32vh !important;
|
||||||
margin-top: unset !important;
|
margin-top: unset !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -886,7 +886,7 @@ html {
|
|||||||
|
|
||||||
.detailLogo {
|
.detailLogo {
|
||||||
display: block;
|
display: block;
|
||||||
top: calc(100vh - 9.5em - var(--itemPageNegativeSpace));
|
top: calc(100vh - 15vh - var(--itemPageNegativeSpace));
|
||||||
left: 0;
|
left: 0;
|
||||||
width: 40%;
|
width: 40%;
|
||||||
transform: translateY(-100%);
|
transform: translateY(-100%);
|
||||||
@@ -912,7 +912,7 @@ html {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.layout-desktop .itemBackdrop {
|
.layout-desktop .itemBackdrop {
|
||||||
height: calc(100vh - 18em - var(--itemPageNegativeSpace)) !important;
|
height: calc(100vh - 31vh - var(--itemPageNegativeSpace)) !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.layout-mobile .itemBackdrop {
|
.layout-mobile .itemBackdrop {
|
||||||
@@ -2360,7 +2360,7 @@ div[data-role=controlgroup] a.ui-btn-active {
|
|||||||
|
|
||||||
.layout-desktop .detailSectionContent {
|
.layout-desktop .detailSectionContent {
|
||||||
align-content: end;
|
align-content: end;
|
||||||
min-height: 8em;
|
min-height: 15vh;
|
||||||
}
|
}
|
||||||
|
|
||||||
.itemDetailsGroup {
|
.itemDetailsGroup {
|
||||||
|
Reference in New Issue
Block a user