Skip to content

Commit fdfa3bb

Browse files
authored
Merge pull request #2355 from yougotwill/statusbar_fix
Statusbar height fix
2 parents da204a2 + 01641b5 commit fdfa3bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

browser/styles/index.styl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ $danger-color = #c9302c
55
$danger-lighten-color = lighten(#c9302c, 5%)
66

77
// Layouts
8-
$statusBar-height = 22px
8+
$statusBar-height = 28px
99
$sideNav-width = 200px
1010
$sideNav--folded-width = 44px
1111
$topBar-height = 60px

0 commit comments

Comments
 (0)