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

View File

@@ -1,10 +1,10 @@
.sidePeek {
position: fixed;
top: var(--mobile-site-header-height);
top: var(--current-mobile-site-header-height);
right: auto;
bottom: 0;
width: 100%;
height: calc(100vh - var(--mobile-site-header-height));
height: calc(100vh - var(--current-mobile-site-header-height));
background-color: var(--Base-Background-Primary-Normal);
z-index: 100;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.85);
@@ -24,7 +24,7 @@
.overlay {
position: absolute;
top: var(--mobile-site-header-height);
top: var(--current-mobile-site-header-height);
bottom: 0;
left: 0;
right: 0;
@@ -46,7 +46,7 @@
}
to {
top: var(--mobile-site-header-height);
top: var(--current-mobile-site-header-height);
}
}