FIX - remove Feather composer action backdrops

This commit is contained in:
smx.pusha
2026-08-10 07:57:01 +02:00
parent 2ae57eaa14
commit 4dc282ec32
+7 -2
View File
@@ -726,8 +726,13 @@ onMounted(async () => {
<kNavbar
v-if="feather.onboarded"
class="feather-navbar"
:left-class="
screen === 'composer' ? 'feather-navbar__plain-action' : undefined
"
:right-class="
screen === 'edit' ? 'feather-navbar__edit-action' : undefined
screen === 'composer' || screen === 'edit'
? 'feather-navbar__plain-action'
: undefined
"
:subtitle="screen === 'main' && tab === 'home' ? undefined : t('name')"
:title="screen === 'main' && tab === 'home' ? undefined : navbarTitle"
@@ -4599,7 +4604,7 @@ onMounted(async () => {
font-size: 10px;
font-weight: 800;
}
.feather-navbar :deep(.feather-navbar__edit-action) {
.feather-navbar :deep(.feather-navbar__plain-action) {
background: transparent !important;
box-shadow: none !important;
backdrop-filter: none;