Skip to content

Commit e3099f3

Browse files
committed
fix: gap in header principal item
1 parent 43d3826 commit e3099f3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

packages/app/src/components/page/editor/main/EditorBaseHeader.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,15 @@
99
]"
1010
class="flex pr-2 sm:pr-5 h-12 justify-between items-center w-full shadow-lg bg-theme-editor-background hover:bg-theme-editor-background-hover active:bg-theme-editor-background-active"
1111
>
12-
<div class="flex gap-1 sm:gap-2 lg:gap-5 items-center justify-start">
12+
<div class="flex gap-1 sm:gap-2 lg:gap-10 items-center justify-start">
1313
<Logo class="ml-3" :back="false" :width="19" />
1414
<div
1515
:style="{
1616
fontFamily: EDITOR.styles.header.fontFamily,
1717
fontWeight: EDITOR.styles.header.fontWeight,
1818
fontSize: `${EDITOR.styles.header.fontSize}px`,
1919
}"
20-
class="flex items-center justify-between"
20+
class="flex items-center justify-between gap-5"
2121
>
2222
<EditorBaseHeaderProject />
2323
<EditorBaseHeaderCreate v-if="PROJECT.type !== 'only-annotations'" />

0 commit comments

Comments
 (0)