From fe777fbf4455d9e29bf3a097e187ac578104c627 Mon Sep 17 00:00:00 2001 From: dnlklmn Date: Sat, 13 Jan 2024 10:27:21 +0100 Subject: [PATCH] Shrink space between file tree and blob --- src/views/projects/Source.svelte | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/projects/Source.svelte b/src/views/projects/Source.svelte index c9d9fec198..ce9c509bee 100644 --- a/src/views/projects/Source.svelte +++ b/src/views/projects/Source.svelte @@ -82,7 +82,7 @@ .column-left { display: flex; flex-direction: column; - padding-right: 1.5rem; + padding-right: 0.5rem; } .column-right {