From c93ace31586dab6adf1f4446a8c272a2c71ceffe Mon Sep 17 00:00:00 2001 From: HorizonCode Date: Thu, 3 Jul 2025 11:45:50 +0200 Subject: [PATCH] style: add transitions to color changes --- src/lib/components/ui/titlebar/titlebar.svelte | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/lib/components/ui/titlebar/titlebar.svelte b/src/lib/components/ui/titlebar/titlebar.svelte index 7f614bf..4b17e0e 100644 --- a/src/lib/components/ui/titlebar/titlebar.svelte +++ b/src/lib/components/ui/titlebar/titlebar.svelte @@ -22,10 +22,10 @@ EZPP Launcher Logo EZPPLauncher -
+
-
+
@@ -53,7 +53,6 @@ align-items: center; width: 40px; height: 40px; - border-radius: 0.35rem; user-select: none; -webkit-user-select: none; }