From 560dd8e17e88a11f0c946e215423000694b088c1 Mon Sep 17 00:00:00 2001 From: Victor Giers Date: Sat, 31 Jan 2026 12:31:29 +0100 Subject: [PATCH] Update top position of workspace__topbar in index.css --- src/index.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.css b/src/index.css index e0b82e6..9a6d002 100644 --- a/src/index.css +++ b/src/index.css @@ -241,7 +241,7 @@ body { .workspace__topbar { position: absolute; - top: 4px; + top: 24px; left: 8px; display: flex; align-items: center;