Compare commits

..

2 Commits

Author SHA1 Message Date
0b78c406ec [FEAT] UI streamlining 2026-01-02 21:14:39 +01:00
4d64bf8aa3 [FEAT] Remove padding for consistency 2026-01-02 21:08:39 +01:00

View File

@@ -36,8 +36,8 @@
<CopyToFrameModal :is-open="showCopyToFrameModal" :layers="props.layers" :initial-layer-id="copyTargetLayerId" @close="closeCopyToFrameModal" @copy="confirmCopyToFrame" />
</Teleport>
<div class="h-full w-full flex flex-col p-4">
<div class="relative bg-white dark:bg-gray-800 border border-gray-200 dark:border-gray-700 rounded-xl shadow-sm overflow-auto max-h-[calc(100vh-340px)] min-h-[400px] w-full">
<div class="h-full w-full flex flex-col">
<div class="relative bg-white dark:bg-gray-800 border border-gray-200 dark:border-gray-700 rounded-xl shadow-sm overflow-auto h-full w-full">
<div class="canvas-container touch-manipulation relative inline-block min-w-full">
<div
ref="gridContainerRef"