Resize note creator input to fit contents

This commit is contained in:
Joscha 2025-02-07 14:06:34 +01:00
parent cda2ddee32
commit 5fa8a0466e
2 changed files with 28 additions and 18 deletions

View file

@ -126,10 +126,7 @@ function onClick() {
</div>
<!-- Controls -->
<div
v-if="focused"
class="absolute right-0.5 flex h-6 items-center gap-0.5"
>
<div v-if="focused" class="absolute right-0 flex h-6 items-center gap-0.5">
<CNoteButton @click="creating = true">
<RiStickyNoteAddLine size="16px" />
</CNoteButton>