From e3af6653cd0b9f486c3b353fa04459552feb32e8 Mon Sep 17 00:00:00 2001 From: Christoph Brandau Date: Mon, 31 Aug 2026 10:10:00 +0200 Subject: [PATCH] fix(layout): account for repo tab bar in loading overlay Adjust the fixed loading overlay to avoid overlapping the repo tab bar. The top offset now adds the app titlebar and repo tabbar heights using CSS calc with reasonable fallbacks. This keeps the overlay aligned with top UI elements when a repository tab bar is present. - Offset top by titlebar plus repo tabbar heights via CSS calc. - Provide sensible fallback values to maintain stable layout. --- src/lib/components/RepoLoadingOverlay.svelte | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/components/RepoLoadingOverlay.svelte b/src/lib/components/RepoLoadingOverlay.svelte index 9ab8da7..424b321 100644 --- a/src/lib/components/RepoLoadingOverlay.svelte +++ b/src/lib/components/RepoLoadingOverlay.svelte @@ -33,7 +33,7 @@