We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 762fe59 commit be426adCopy full SHA for be426ad
src/layouts/default/DrawerNavigation.vue
@@ -13,7 +13,7 @@
13
}
14
"
15
>
16
- <v-list-item dark style="height: 52px" :active="false">
+ <v-list-item dark style="height: 55px" :active="false">
17
<template v-if="showLogo" #prepend>
18
<img
19
class="logo_icon"
src/styles/global.css
@@ -146,7 +146,7 @@ div.v-navigation-drawer__scrim {
146
147
148
.v-toolbar {
149
- height: 52px;
+ height: 55px;
150
151
152
.v-toolbar-title {
0 commit comments