From 5608c46c2c076c36152d9035e6f55261fb4aadf1 Mon Sep 17 00:00:00 2001 From: Robert Kossessa Date: Wed, 31 Jan 2024 03:28:28 +0100 Subject: [PATCH] UPD: Styling --- src/components/profile/ProfileManager.vue | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/src/components/profile/ProfileManager.vue b/src/components/profile/ProfileManager.vue index 3046c0e..cef674e 100644 --- a/src/components/profile/ProfileManager.vue +++ b/src/components/profile/ProfileManager.vue @@ -2,15 +2,12 @@
+ class="w-full p-4 flex items-center">

{{ $t(`profiles.title`) }} ({{ store.profiles.length }}/{{ maxProfiles }})

-

- {{ $t(`profiles.subtitle`) }} -

@@ -46,17 +43,19 @@ v-model:open="collapse[profileTag]" :default-open="true"> + class="w-full h-12 py-2 text-left text-muted-foreground text-sm bg-zinc-900 border-0 border-b"> {{ profileTag }} ({{ tagProfiles.length }}) +