From 426b0b8468ddb7365d598ae77670480d0b150f32 Mon Sep 17 00:00:00 2001 From: Romein van Buren Date: Fri, 22 Dec 2023 16:33:10 +0100 Subject: [PATCH] Slightly modified icons in grid --- frontend/src/components/grid/grid-items.svelte | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/frontend/src/components/grid/grid-items.svelte b/frontend/src/components/grid/grid-items.svelte index a355a0b..9c3172d 100644 --- a/frontend/src/components/grid/grid-items.svelte +++ b/frontend/src/components/grid/grid-items.svelte @@ -234,15 +234,15 @@ text-overflow: ellipsis; } td.has-toggle { - width: 20px; + width: 1.5em; } td.has-icon { padding: 0; - width: 17px; + width: 1px; } td.has-icon :global(svg) { - width: 13px; - height: 13px; + width: 1em; + height: 1em; } td .value { @@ -254,14 +254,13 @@ } button.toggle { - color: inherit; + margin: 2px 0 0 3px; padding: 0; - margin: 0; - vertical-align: top; + color: inherit; } button.toggle :global(svg) { - width: 13px; - height: 13px; + width: 0.9em; + height: 0.9em; vertical-align: top; }