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; }