UPD: Layout changes (profiles)

This commit is contained in:
Robert Kossessa
2024-02-04 12:35:32 +01:00
parent 0ff6c41804
commit 6df148664e
5 changed files with 84 additions and 55 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-2/5 flex flex-col border-solid border-0 border-r bg-zinc-900 bg-opacity-50" />
class="flex-1 basis-1/3 flex flex-col border-solid border-0 border-r bg-zinc-900 bg-opacity-50" />
</div>
</main>
</template>