logo

pleroma-fe

My custom branche(s) on git.pleroma.social/pleroma/pleroma-fe git clone https://hacktivis.me/git/pleroma-fe.git
commit: 7f465cfdb17c11d6f6fc7df6e559dd31555477dc
parent 5e0ba2bcd9e0891ae15aa584f91be942c97c83a6
Author: Henry Jameson <me@hjkos.com>
Date:   Thu, 22 Feb 2024 01:11:47 +0200

fix mobile notifications

Diffstat:

Msrc/components/mobile_nav/mobile_nav.vue4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 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%);