From: PhiTux Date: Wed, 8 Oct 2025 15:22:18 +0000 (+0200) Subject: css fixes X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=cfc230a5f27629e414a451b4f95bea718725d325;p=DailyTxT.git css fixes --- diff --git a/frontend/src/routes/(authed)/+layout.svelte b/frontend/src/routes/(authed)/+layout.svelte index 4002901..951dd4d 100644 --- a/frontend/src/routes/(authed)/+layout.svelte +++ b/frontend/src/routes/(authed)/+layout.svelte @@ -1786,34 +1786,36 @@
{#if confirmDeleteTemplate} -
- - {@html $t('settings.templates.delete_confirmation', { - template: $templates[selectedTemplate]?.name - })} - - - +
+
+ + {@html $t('settings.templates.delete_confirmation', { + template: $templates[selectedTemplate]?.name + })} + + + +
{/if}
@@ -1917,8 +1919,11 @@
{#if exportStartDate !== '' && exportEndDate !== '' && exportStartDate > exportEndDate} -