diff --git a/assets/scss/_variables.scss b/assets/scss/_variables.scss index 421cf77a..5d553417 100644 --- a/assets/scss/_variables.scss +++ b/assets/scss/_variables.scss @@ -14,7 +14,7 @@ $vh-app-bar-height: 72px; $vh-app-drawer-width: 256px; // z-index -$vh-app-drawer-zindex: 6; +$vh-app-drawer-zindex: 7; $vh-app-drawer-overlay-zindex: $vh-app-drawer-zindex - 1; // class diff --git a/assets/scss/plugins/vuetify.scss b/assets/scss/plugins/vuetify.scss index ebe67d6c..a8fc3c00 100644 --- a/assets/scss/plugins/vuetify.scss +++ b/assets/scss/plugins/vuetify.scss @@ -75,23 +75,6 @@ } } -.v-app-bar { - background: transparentize($vh-color-app-bar, .18) !important; - backdrop-filter: blur(1rem); - box-shadow: none !important; - height: $vh-app-bar-height !important; - border-block-end: 1px solid rgba(#fff, .12) !important; - @media #{map-get($display-breakpoints, "md-and-up")} { - display: none !important - } - .v-toolbar__content { - height: 100% !important - } - .vh-app-logo { - margin-inline-start: -48px - } -} - .v-main { transition: none !important; padding: $vh-app-bar-height 0 0 0 !important; diff --git a/components/App/AppBar.vue b/components/App/AppBar.vue index 52150660..11321fbc 100644 --- a/components/App/AppBar.vue +++ b/components/App/AppBar.vue @@ -4,18 +4,31 @@ aria-label="Menüyü aç" @click="openDrawer()" /> -