change(ui) - notes header alignment

This commit is contained in:
Shekar Siri 2023-03-28 17:57:36 +02:00
parent 10f6218e0e
commit 00f205dbbc

View file

@ -18,7 +18,7 @@ function NoteTags() {
const { notesStore } = useStore();
return (
<div className="flex items-center">
<div className="flex items-center w-full">
<div>
<TagItem
onClick={() => notesStore.toggleTag()}
@ -35,7 +35,7 @@ function NoteTags() {
/>
</div>
))}
<div className="ml-2" />
<div className="ml-auto" />
<Select
name="notesOwner"
plain