From 40067e35d4c8aaf62409dd1c3a4f6c07423fa25d Mon Sep 17 00:00:00 2001 From: Pieter Vander Vennet Date: Wed, 13 Dec 2023 01:01:56 +0100 Subject: [PATCH] UX: styling tweaks, fix typing errors --- public/css/index-tailwind-output.css | 1 - src/UI/Base/Checkbox.svelte | 6 +++--- src/UI/BigComponents/Filterview.svelte | 13 ++++++------- .../Popup/TagRendering/TagRenderingMapping.svelte | 4 ++-- src/index.css | 1 - 5 files changed, 11 insertions(+), 14 deletions(-) diff --git a/public/css/index-tailwind-output.css b/public/css/index-tailwind-output.css index 0da20a516d..b1ce0d6981 100644 --- a/public/css/index-tailwind-output.css +++ b/public/css/index-tailwind-output.css @@ -2480,7 +2480,6 @@ label:not(.neutral-label) { border-radius: 0.5rem; background-color: var(--low-interaction-background); width: 100%; - display: block; box-sizing: border-box; transition: all 250ms; } diff --git a/src/UI/Base/Checkbox.svelte b/src/UI/Base/Checkbox.svelte index 2ff713e2ee..b2efcb5786 100644 --- a/src/UI/Base/Checkbox.svelte +++ b/src/UI/Base/Checkbox.svelte @@ -1,15 +1,15 @@ -