diff options
| author | Henry Jameson <me@hjkos.com> | 2024-02-22 01:11:47 +0200 |
|---|---|---|
| committer | Henry Jameson <me@hjkos.com> | 2024-02-22 01:11:47 +0200 |
| commit | 7f465cfdb17c11d6f6fc7df6e559dd31555477dc (patch) | |
| tree | 6781029c401b33417032049bb4e43efacb2265b4 /src/components/mobile_nav/mobile_nav.vue | |
| parent | 5e0ba2bcd9e0891ae15aa584f91be942c97c83a6 (diff) | |
fix mobile notifications
Diffstat (limited to 'src/components/mobile_nav/mobile_nav.vue')
| -rw-r--r-- | src/components/mobile_nav/mobile_nav.vue | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/components/mobile_nav/mobile_nav.vue b/src/components/mobile_nav/mobile_nav.vue index b95f26e8..00f86eed 100644 --- a/src/components/mobile_nav/mobile_nav.vue +++ b/src/components/mobile_nav/mobile_nav.vue @@ -172,13 +172,13 @@ position: fixed; top: 0; left: 0; - box-shadow: 1px 1px 4px rgb(0 0 0 / 60%); - box-shadow: var(--panelShadow); + box-shadow: var(--shadow); transition-property: transform; transition-duration: 0.25s; transform: translateX(0); z-index: var(--ZI_navbar); -webkit-overflow-scrolling: touch; + background: var(--background); &.-closed { transform: translateX(100%); |
