From 5a46f6ad045202e710a94e640a5069225b2b539d Mon Sep 17 00:00:00 2001 From: Adorian Doran Date: Sat, 20 Dec 2025 15:51:55 +0200 Subject: [PATCH] style/classic toolbar: tweak --- apps/client/src/stylesheets/theme-next-light.css | 2 +- apps/client/src/stylesheets/theme-next/shell.css | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/apps/client/src/stylesheets/theme-next-light.css b/apps/client/src/stylesheets/theme-next-light.css index 1bc72a3e2..c29c23346 100644 --- a/apps/client/src/stylesheets/theme-next-light.css +++ b/apps/client/src/stylesheets/theme-next-light.css @@ -162,7 +162,7 @@ --protected-session-active-icon-color: #16b516; --sync-status-error-pulse-color: #ff5528; - --classic-toolbar-vert-layout-background-color: var(--main-background-color); + --classic-toolbar-vert-layout-background-color: #ffffffa1; --classic-toolbar-horiz-layout-background-color: var(--main-background-color); --center-pane-vert-layout-background-color-bgfx: #ffffff75; diff --git a/apps/client/src/stylesheets/theme-next/shell.css b/apps/client/src/stylesheets/theme-next/shell.css index f1e9c181b..a9707ed53 100644 --- a/apps/client/src/stylesheets/theme-next/shell.css +++ b/apps/client/src/stylesheets/theme-next/shell.css @@ -1228,6 +1228,9 @@ body.layout-vertical .tab-row-widget-is-sorting .note-tab.note-tab-is-dragging . #rest-pane > .classic-toolbar-widget { margin-bottom: 2px; +} + +body.vertical-layout #rest-pane > .classic-toolbar-widget { border-start-start-radius: var(--center-pane-border-radius); }