From 0d32e1f0d8152487676fc6c8e08215cdae17ed8b Mon Sep 17 00:00:00 2001 From: Adorian Doran Date: Mon, 22 Dec 2025 02:43:39 +0200 Subject: [PATCH] style/classic toolbar: fix broken border radius --- apps/client/src/stylesheets/theme-next/shell.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/client/src/stylesheets/theme-next/shell.css b/apps/client/src/stylesheets/theme-next/shell.css index a9707ed53..78ccc9455 100644 --- a/apps/client/src/stylesheets/theme-next/shell.css +++ b/apps/client/src/stylesheets/theme-next/shell.css @@ -1230,7 +1230,7 @@ body.layout-vertical .tab-row-widget-is-sorting .note-tab.note-tab-is-dragging . margin-bottom: 2px; } -body.vertical-layout #rest-pane > .classic-toolbar-widget { +body.layout-vertical #rest-pane > .classic-toolbar-widget { border-start-start-radius: var(--center-pane-border-radius); }