From 2751496bc87b7003fa028f5c2abf618d61485f11 Mon Sep 17 00:00:00 2001 From: Robert Kossessa Date: Sun, 4 Feb 2024 12:50:57 +0100 Subject: [PATCH] UPD: Resize cols --- src/App.vue | 2 +- src/components/profile/ProfileButton.vue | 4 ++-- src/components/profile/ProfileManager.vue | 8 ++++---- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/src/App.vue b/src/App.vue index 6432246..166e489 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-2/5 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/profile/ProfileButton.vue b/src/components/profile/ProfileButton.vue index 4228ed0..a236003 100644 --- a/src/components/profile/ProfileButton.vue +++ b/src/components/profile/ProfileButton.vue @@ -10,7 +10,7 @@ @@ -27,7 +27,7 @@ v-else :class="{'font-semibold bg-zinc-200 hover:bg-zinc-100 text-black' : selected, 'hover:bg-zinc-900 bg-opacity-50 text-muted-foreground': !selected}" - class="flex-1 h-12 text-left whitespace-nowrap overflow-hidden text-ellipsis pr-4 transition-colors" + class="flex-1 h-12 text-left text-sm whitespace-nowrap overflow-hidden text-ellipsis pr-4 transition-colors" @click="!editing && $emit('select') && $refs.profileTitle.scramble()">