UPD: Fancy layout changes

This commit is contained in:
Robert Kossessa
2024-01-31 01:04:57 +01:00
parent fdca09cc58
commit 3b46d00a17
6 changed files with 93 additions and 80 deletions

View File

@@ -22,11 +22,7 @@ store.fetchProfiles()
<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" />
<div class="basis-1/3 flex-1 flex flex-col border-solid border-0 border-r">
<DevicePreview class="flex-col flex flex-none" />
<ConfigSection class="flex-none" :title="$t('config_options.title')" :foldable="false" :icon-component="Bolt" />
<ConfigSelect v-model="currentConfigPage" class="overflow-y-auto flex-1" />
</div>
<DevicePreview class="basis-1/3 flex-col 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"
:page="currentConfigPage" />