diff --git a/frontend/src/views/apps/FeatherApp.vue b/frontend/src/views/apps/FeatherApp.vue index 59dd045..4dec4a6 100644 --- a/frontend/src/views/apps/FeatherApp.vue +++ b/frontend/src/views/apps/FeatherApp.vue @@ -726,6 +726,9 @@ onMounted(async () => { @@ -4596,6 +4599,11 @@ onMounted(async () => { font-size: 10px; font-weight: 800; } +.feather-navbar :deep(.feather-navbar__edit-action) { + background: transparent !important; + box-shadow: none !important; + backdrop-filter: none; +} .feather-edit__identity { position: relative; display: flex;