fix(SW-184): added membership level and points to menu
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
}
|
||||
|
||||
.mobileGallery {
|
||||
margin-top: var(--mobile-site-header-height);
|
||||
margin-top: var(--current-mobile-site-header-height);
|
||||
height: 100%;
|
||||
position: relative;
|
||||
display: flex;
|
||||
@@ -112,7 +112,7 @@
|
||||
}
|
||||
|
||||
.fullViewContainer {
|
||||
margin-top: var(--mobile-site-header-height);
|
||||
margin-top: var(--current-mobile-site-header-height);
|
||||
background-color: var(--UI-Text-High-contrast);
|
||||
height: 100%;
|
||||
padding: var(--Spacing-x2);
|
||||
|
||||
Reference in New Issue
Block a user