photo visibility for demo events, hardened the demo mode. fixed dark/light mode toggle and notification bell toggle. fixed photo upload page sizes & header visibility.

This commit is contained in:
Codex Agent
2025-12-18 21:14:24 +01:00
parent 7c4067b32b
commit 53ec427e6e
25 changed files with 965 additions and 102 deletions

View File

@@ -538,11 +538,17 @@ h4,
animation: aurora 20s ease infinite;
}
.guest-immersive .guest-header,
.guest-immersive .guest-bottom-nav {
.guest-immersive .guest-header {
display: none !important;
}
.guest-immersive .guest-bottom-nav {
display: flex !important;
opacity: 1 !important;
transform: none !important;
pointer-events: auto !important;
}
.guest-immersive {
overscroll-behavior: contain;
background-color: #000;