File tree Expand file tree Collapse file tree
packages/app/src/components/page/editor/main Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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' " />
You can’t perform that action at this time.
0 commit comments