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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user