From b752c0804b9bd73425f0311d3abcb14499deda42 Mon Sep 17 00:00:00 2001 From: Christoph Brandau Date: Mon, 31 Aug 2026 09:05:10 +0200 Subject: [PATCH] style(repo-loading-overlay): adjust overlay position and backdrop Remove the extra vertical offset so the loading overlay aligns with the app titlebar. Update the backdrop color mix and increase blur to improve contrast and perceived depth while the overlay is visible. - Align overlay using the titlebar height variable instead of adding a fixed offset - Use a denser color mix and stronger blur for a clearer backdrop effect --- src/lib/components/RepoLoadingOverlay.svelte | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/lib/components/RepoLoadingOverlay.svelte b/src/lib/components/RepoLoadingOverlay.svelte index 0f7972d..9ab8da7 100644 --- a/src/lib/components/RepoLoadingOverlay.svelte +++ b/src/lib/components/RepoLoadingOverlay.svelte @@ -33,7 +33,7 @@