From c391ef868fc5e87e78f5649f30c6ae20210e119f Mon Sep 17 00:00:00 2001 From: Adorian Doran Date: Wed, 27 Nov 2024 20:20:12 +0200 Subject: [PATCH] Tweak the center pane --- src/public/stylesheets/theme-next.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/public/stylesheets/theme-next.css b/src/public/stylesheets/theme-next.css index 732ec192e..e9002128c 100644 --- a/src/public/stylesheets/theme-next.css +++ b/src/public/stylesheets/theme-next.css @@ -441,6 +441,8 @@ */ #center-pane { + border-radius: 10px 0 0 0; + padding-top: 10px; background: var(--main-background-color); }