Resize note creator input to fit contents
This commit is contained in:
parent
cda2ddee32
commit
5fa8a0466e
2 changed files with 28 additions and 18 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue