Polish a turd

This commit is contained in:
Joscha 2025-02-07 23:02:33 +01:00
parent e35124f5ac
commit fbb808c69f

View file

@ -173,13 +173,11 @@ function onCreateEditorFinish(text: string) {
/> />
</div> </div>
<!-- Child editor (for creating new children) --> <!-- Editor for creating new children -->
<div v-if="creating" class="flex items-start pl-3"> <div v-if="creating" class="flex items-start pl-3">
<!-- Fold/unfold symbol -->
<div class="flex h-6 items-center"> <div class="flex h-6 items-center">
<RiAddLine size="16px" /> <RiAddLine size="16px" />
</div> </div>
<CNoteEditor class="flex-1" @close="onCreateEditorClose" @finish="onCreateEditorFinish" /> <CNoteEditor class="flex-1" @close="onCreateEditorClose" @finish="onCreateEditorFinish" />
</div> </div>
</div> </div>