chore: tweak padding styles

This commit is contained in:
Steven
2023-12-19 23:09:57 +08:00
parent af68cae6ea
commit abc14217f6
13 changed files with 21 additions and 21 deletions

View File

@ -424,7 +424,7 @@ const MemoEditor = (props: Props) => {
onCompositionEnd={() => setIsInIME(false)}
>
<Editor ref={editorRef} {...editorConfig} />
<div className="relative w-full flex flex-row justify-between items-center pt-2 z-1">
<div className="relative w-full flex flex-row justify-between items-center pt-2">
<div className="flex flex-row justify-start items-center">
<TagSelector onTagSelectorClick={(tag) => handleTagSelectorClick(tag)} />
<IconButton