File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 3
3
class =" bg-background text-foreground flex h-screen select-none flex-col overflow-hidden"
4
4
:style =" { '--hh': '2.6875rem' }"
5
5
>
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)]" >
7
7
<NuxtLink
8
8
to =" /"
9
9
class =" mr-24 inline-flex items-center gap-2 text-lg font-light tracking-wide max-[840px]:mr-6"
@@ -308,7 +308,7 @@ import {
308
308
import type CodeEditor from ' ~/components/CodeEditor.vue'
309
309
import { useNewVersionToast } from ' ~/composables/toasts/useNewVersionToast'
310
310
import { usePreview } from ' ~/composables/usePreview'
311
- import { type ThemeDef } from ' ~/types/repl.types'
311
+ import type { ThemeDef } from ' ~/types/repl.types'
312
312
import { getReplTitle } from ' ~/utils/repl-title'
313
313
import { Themes } from ' ~/utils/themes'
314
314
You can’t perform that action at this time.
0 commit comments