UPD: Resize cols

This commit is contained in:
Robert Kossessa
2024-02-04 12:50:57 +01:00
parent 6df148664e
commit 2751496bc8
3 changed files with 7 additions and 7 deletions

View File

@@ -18,7 +18,7 @@ store.fetchProfiles()
class="basis-1/3 min-w-60 flex-1 flex flex-col border-solid border-0 border-r bg-zinc-900 bg-opacity-50" />
<DevicePreview class="basis-1/3 flex-col flex-1 flex border-solid border-0 border-r" />
<ConfigPane
class="flex-1 basis-1/3 flex flex-col border-solid border-0 border-r bg-zinc-900 bg-opacity-50" />
class="flex-1 basis-2/5 flex flex-col border-solid border-0 border-r bg-zinc-900 bg-opacity-50" />
</div>
</main>
</template>