Skip to content

Commit 6c8ca9d

Browse files
committed
Add gap in header
1 parent 53da49d commit 6c8ca9d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/jsrepl/pages/repl.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
class="bg-background text-foreground flex h-screen select-none flex-col overflow-hidden"
44
:style="{ '--hh': '2.6875rem' }"
55
>
6-
<header class="flex h-[--hh] items-stretch border-b px-2 leading-[calc(var(--hh)-1px)]">
6+
<header class="flex h-[--hh] items-stretch gap-2 border-b px-2 leading-[calc(var(--hh)-1px)]">
77
<NuxtLink
88
to="/"
99
class="mr-24 inline-flex items-center gap-2 text-lg font-light tracking-wide max-[840px]:mr-6"
@@ -308,7 +308,7 @@ import {
308308
import type CodeEditor from '~/components/CodeEditor.vue'
309309
import { useNewVersionToast } from '~/composables/toasts/useNewVersionToast'
310310
import { usePreview } from '~/composables/usePreview'
311-
import { type ThemeDef } from '~/types/repl.types'
311+
import type { ThemeDef } from '~/types/repl.types'
312312
import { getReplTitle } from '~/utils/repl-title'
313313
import { Themes } from '~/utils/themes'
314314

0 commit comments

Comments
 (0)