From 12ea3fb1ce2b37d259efbedeae248a7434b1fc39 Mon Sep 17 00:00:00 2001 From: ItzNotABug Date: Tue, 24 Sep 2024 17:15:31 +0530 Subject: [PATCH] address comments. --- src/lib/components/bottomModalAlert.svelte | 36 +++++++++++----------- 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/src/lib/components/bottomModalAlert.svelte b/src/lib/components/bottomModalAlert.svelte index dbfff93ed..0eb797cc9 100644 --- a/src/lib/components/bottomModalAlert.svelte +++ b/src/lib/components/bottomModalAlert.svelte @@ -116,7 +116,7 @@ {/if} -
+

{currentModalAlert.title}

@@ -164,6 +164,21 @@
{#key currentModalAlert.id} + +
{#if $app.themeInUse === 'dark'} {/if} -
- -
- {#if filteredModalAlerts.length > 1}
@@ -304,6 +302,8 @@ } .feature-count-tag { + font-size: 12px; + font-weight: 400; width: fit-content; margin-inline-start: 0.5rem; }