From 6df148664e6b286561b87196299cf7329d95df10 Mon Sep 17 00:00:00 2001 From: Robert Kossessa Date: Sun, 4 Feb 2024 12:35:32 +0100 Subject: [PATCH] UPD: Layout changes (profiles) --- src/App.vue | 2 +- src/components/config/ConfigPane.vue | 12 +- src/components/config/pages/ProfileConfig.vue | 5 +- src/components/device/DevicePreview.vue | 3 +- src/components/profile/ProfileManager.vue | 117 ++++++++++-------- 5 files changed, 84 insertions(+), 55 deletions(-) diff --git a/src/App.vue b/src/App.vue index 166e489..6432246 100644 --- a/src/App.vue +++ b/src/App.vue @@ -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" /> + class="flex-1 basis-1/3 flex flex-col border-solid border-0 border-r bg-zinc-900 bg-opacity-50" /> \ No newline at end of file diff --git a/src/components/config/ConfigPane.vue b/src/components/config/ConfigPane.vue index e20be7c..3f273e1 100644 --- a/src/components/config/ConfigPane.vue +++ b/src/components/config/ConfigPane.vue @@ -1,6 +1,7 @@