From b540703de813d53ca9ba7fe32a98f96100409a95 Mon Sep 17 00:00:00 2001 From: wukko Date: Tue, 23 Jul 2024 16:46:18 +0600 Subject: [PATCH] web/UpdateNotification: increase icon size --- web/src/components/misc/UpdateNotification.svelte | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/web/src/components/misc/UpdateNotification.svelte b/web/src/components/misc/UpdateNotification.svelte index 22194c00..302b5d99 100644 --- a/web/src/components/misc/UpdateNotification.svelte +++ b/web/src/components/misc/UpdateNotification.svelte @@ -45,14 +45,14 @@ justify-content: center; align-items: center; background-color: var(--button-elevated-hover); - padding: 2px; + padding: 3px; border-radius: 6px; } .update-icon :global(svg) { stroke-width: 1.5px; - width: 24px; - height: 24px; + width: 25px; + height: 25px; will-change: transform; }