Skip to content

Commit d7658e9

Browse files
committed
fix: correct header height
1 parent f40a372 commit d7658e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Repl.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ provide('clear-console', toRef(props, 'clearConsole'))
5959
--color-branding: #42d392;
6060
--color-branding-dark: #89ddff;
6161
--font-code: Menlo, Monaco, Consolas, 'Courier New', monospace;
62-
--header-height: 38px;
62+
--header-height: 44px;
6363
6464
font-size: 13px;
6565
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen,

0 commit comments

Comments
 (0)