Skip to content

Commit

Permalink
fix(ui): more spacing in status bar
Browse files Browse the repository at this point in the history
  • Loading branch information
Guillaume Chau committed Jun 15, 2018
1 parent 36bc145 commit 80a847f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/@vue/cli-ui/src/components/StatusBar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -210,15 +210,15 @@ export default {
align-items center
background $vue-ui-color-light
font-size 12px
height 28px
height 34px
.vue-ui-dark-mode &
background $vue-ui-color-darker
.section
h-box()
align-items center
opacity .8
padding 0 8px
padding 0 11px
height 100%
cursor default
Expand Down

0 comments on commit 80a847f

Please sign in to comment.