fix(SW-184): added membership level and points to menu

This commit is contained in:
Erik Tiekstra
2024-08-29 14:59:21 +02:00
parent e03e954387
commit 79b4c3fe12
14 changed files with 58 additions and 20 deletions
+2 -2
View File
@@ -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);