From: PhiTux Date: Sun, 12 Oct 2025 10:52:35 +0000 (+0200) Subject: small css fixes X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=916d819f6916cdc90bc24abcb0fe55f2eaa4b549;p=DailyTxT.git small css fixes --- diff --git a/frontend/src/routes/(authed)/+layout.svelte b/frontend/src/routes/(authed)/+layout.svelte index 2a783db..91dfe8f 100644 --- a/frontend/src/routes/(authed)/+layout.svelte +++ b/frontend/src/routes/(authed)/+layout.svelte @@ -2836,6 +2836,11 @@ cursor: pointer; } + .selectMode > .form-check, + .selectMode { + margin-bottom: 0 !important; + } + #selectMode:checked { border-color: #f57c00; background-color: #f57c00;