[FEAT] Remove padding for consistency
This commit is contained in:
@@ -36,7 +36,7 @@
|
||||
<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="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 max-h-[calc(100vh-340px)] min-h-[400px] w-full">
|
||||
<div class="canvas-container touch-manipulation relative inline-block min-w-full">
|
||||
<div
|
||||
|
||||
Reference in New Issue
Block a user