Skip to content

Commit 80a847f

Browse files
author
Guillaume Chau
committed
fix(ui): more spacing in status bar
1 parent 36bc145 commit 80a847f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/@vue/cli-ui/src/components/StatusBar.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -210,15 +210,15 @@ export default {
210210
align-items center
211211
background $vue-ui-color-light
212212
font-size 12px
213-
height 28px
213+
height 34px
214214
.vue-ui-dark-mode &
215215
background $vue-ui-color-darker
216216
217217
.section
218218
h-box()
219219
align-items center
220220
opacity .8
221-
padding 0 8px
221+
padding 0 11px
222222
height 100%
223223
cursor default
224224

0 commit comments

Comments
 (0)