Skip to content

Commit be426ad

Browse files
committed
increase toolbar height to 55px
making it the same height as HA toolbar
1 parent 762fe59 commit be426ad

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/layouts/default/DrawerNavigation.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
}
1414
"
1515
>
16-
<v-list-item dark style="height: 52px" :active="false">
16+
<v-list-item dark style="height: 55px" :active="false">
1717
<template v-if="showLogo" #prepend>
1818
<img
1919
class="logo_icon"

src/styles/global.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ div.v-navigation-drawer__scrim {
146146
}
147147

148148
.v-toolbar {
149-
height: 52px;
149+
height: 55px;
150150
}
151151

152152
.v-toolbar-title {

0 commit comments

Comments
 (0)