Resize handler bigger

This commit is contained in:
Dennis Postma 2025-04-06 00:18:55 +02:00
parent f54b87140c
commit 00047d05a3

View File

@ -26,7 +26,7 @@
</div> </div>
<!-- Resize handle --> <!-- Resize handle -->
<div class="absolute bottom-0 right-0 w-5 h-5 cursor-se-resize" @mousedown="startResize" @touchstart="startResize"></div> <div class="absolute bottom-0 right-0 w-8 h-8 cursor-se-resize" @mousedown="startResize" @touchstart="startResize"></div>
</div> </div>
</Teleport> </Teleport>
</template> </template>