From ae5a6840a73bb8eaeb4a5d42eb37aa43db1ea9e7 Mon Sep 17 00:00:00 2001 From: itskovacs Date: Thu, 7 Aug 2025 18:47:52 +0200 Subject: [PATCH] :lipstick: Handle Settings categories overflow --- .../components/dashboard/dashboard.component.html | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/src/app/components/dashboard/dashboard.component.html b/src/src/app/components/dashboard/dashboard.component.html index 4d774f8..484df43 100644 --- a/src/src/app/components/dashboard/dashboard.component.html +++ b/src/src/app/components/dashboard/dashboard.component.html @@ -153,7 +153,7 @@ @if (viewSettings) {
+ class="w-10/12 max-w-screen md:max-w-3xl h-fit max-h-screen bg-white rounded-xl shadow-2xl p-4 md:p-8 z-50 dark:bg-surface-900"> @@ -312,16 +312,16 @@
-
+
@for (category of categories; track category.id) {
-
+
{{ - category.name }} + class="size-8 rounded-full" /> + {{ category.name }}
-
+