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 }})
+