UPD: Refactor images

This commit is contained in:
Robert Kossessa
2024-02-01 15:01:56 +01:00
parent 3472b745b3
commit 4b20622956
19 changed files with 45 additions and 37 deletions

View File

@@ -28,7 +28,7 @@ onMounted(() => {
<div class="flex-1 min-h-0 flex flex-row">
<ProfileManager
class="basis-1/3 min-w-80 flex-1 flex flex-col border-solid border-0 border-r bg-zinc-900 bg-opacity-30" />
<DevicePreview class="basis-1/3 flex-col flex border-solid border-0 border-r" />
<DevicePreview class="basis-1/3 flex-col flex-1 flex border-solid border-0 border-r" />
<ConfigPane
class="flex-1 basis-2/5 flex flex-col border-solid border-0 border-r bg-zinc-900 bg-opacity-30" />
</div>