From: PhiTux Date: Thu, 18 Sep 2025 16:17:17 +0000 (+0200) Subject: partial fix for blur of modals X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=4684025718c0613b449676013e72e37e5ee72577;p=DailyTxT.git partial fix for blur of modals --- diff --git a/frontend/src/lib/TagModal.svelte b/frontend/src/lib/TagModal.svelte index 0fafb9b..cca33c8 100644 --- a/frontend/src/lib/TagModal.svelte +++ b/frontend/src/lib/TagModal.svelte @@ -191,14 +191,4 @@ .removeBtn:hover { color: #dc3545; } - - :global(.modal.show) { - background-color: rgba(80, 80, 80, 0.1) !important; - backdrop-filter: blur(2px) saturate(150%); - } - - .modal-content { - backdrop-filter: blur(8px) saturate(150%); - background-color: rgba(219, 219, 219, 0.45); - } diff --git a/frontend/src/routes/(authed)/+layout.svelte b/frontend/src/routes/(authed)/+layout.svelte index 6b070e5..5fdc406 100644 --- a/frontend/src/routes/(authed)/+layout.svelte +++ b/frontend/src/routes/(authed)/+layout.svelte @@ -1053,7 +1053,7 @@
@@ -1945,7 +1945,10 @@ {/if} {#if changingPasswordSuccess} + {/if} {#if changingPasswordIncorrect} diff --git a/frontend/src/routes/(authed)/write/+page.svelte b/frontend/src/routes/(authed)/write/+page.svelte index 09dd005..a0fc369 100644 --- a/frontend/src/routes/(authed)/write/+page.svelte +++ b/frontend/src/routes/(authed)/write/+page.svelte @@ -1822,11 +1822,6 @@ transition: all ease 0.2s; } - :global(.modal.show) { - background-color: rgba(80, 80, 80, 0.1) !important; - backdrop-filter: blur(2px) saturate(150%); - } - .modal-content { backdrop-filter: blur(8px) saturate(150%); background-color: rgba(219, 219, 219, 0.45); diff --git a/frontend/src/routes/+layout.svelte b/frontend/src/routes/+layout.svelte index 474c3db..63cd5b1 100644 --- a/frontend/src/routes/+layout.svelte +++ b/frontend/src/routes/+layout.svelte @@ -120,7 +120,9 @@ aria-atomic="true" >
-
Noch {available_backup_codes} Backup-Codes verfügbar!
+
+ {tolgee.t('toast.password.available_backup_codes', { count: available_backup_codes })} +