From: PhiTux Date: Thu, 9 Oct 2025 16:32:43 +0000 (+0200) Subject: css fixes X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=3de94a8c3b76b4cfb66c605aaf110d0479f7d9e9;p=DailyTxT.git css fixes --- diff --git a/frontend/src/lib/Sidenav.svelte b/frontend/src/lib/Sidenav.svelte index 3d0a368..cd52d4a 100644 --- a/frontend/src/lib/Sidenav.svelte +++ b/frontend/src/lib/Sidenav.svelte @@ -474,8 +474,13 @@ font-size: 25pt; font-weight: 750; text-align: center; - padding: 1rem; + padding-left: 0.5rem; + padding-right: 0.5rem; + margin-left: auto; + margin-right: auto; + margin-top: 2rem; user-select: none; + border-radius: 10px; } :global(body[data-bs-theme='dark']) .noResult { @@ -483,7 +488,8 @@ } :global(body[data-bs-theme='light']) .noResult { - color: #cccccc; + color: #9b9b9b; + background-color: #b8b8b879; } :global(.popover-body > span) { diff --git a/frontend/src/routes/(authed)/+layout.svelte b/frontend/src/routes/(authed)/+layout.svelte index f860af8..7b3683c 100644 --- a/frontend/src/routes/(authed)/+layout.svelte +++ b/frontend/src/routes/(authed)/+layout.svelte @@ -1218,7 +1218,7 @@ class="modal-dialog modal-dialog-scrollable modal-dialog-centered modal-xl modal-fullscreen-lg-down" > -