From c329ab7eee956f33c240a43cb448a90c72ce7cfe Mon Sep 17 00:00:00 2001 From: Adorian Doran Date: Wed, 24 Dec 2025 21:45:51 +0200 Subject: [PATCH] style/zen mode/formatting toolbar: fix the background --- apps/client/src/stylesheets/style.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/apps/client/src/stylesheets/style.css b/apps/client/src/stylesheets/style.css index 3c20cc400..3b1e76941 100644 --- a/apps/client/src/stylesheets/style.css +++ b/apps/client/src/stylesheets/style.css @@ -2182,7 +2182,7 @@ body.zen.experimental-feature-new-layout { display: none; } - .classic-toolbar-widget { + #rest-pane > div.classic-toolbar-widget { position: fixed; left: 50%; bottom: 20px; @@ -2197,6 +2197,7 @@ body.zen.experimental-feature-new-layout { padding: 4px; background: var(--menu-background-color); transform: translateX(-50%); + backdrop-filter: blur(6px); } #root-widget:has(.note-split.type-text:focus-within) .classic-toolbar-widget,