From ff0d8a70ad78281a880f024bfce54a3a7abcc818 Mon Sep 17 00:00:00 2001 From: Adorian Doran Date: Sun, 2 Nov 2025 18:08:05 +0200 Subject: [PATCH] style/zen mode/fixed formatting toolbar: add backdrop blur --- apps/client/src/stylesheets/theme-next/base.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/apps/client/src/stylesheets/theme-next/base.css b/apps/client/src/stylesheets/theme-next/base.css index 46934c8f5..27119bbb1 100644 --- a/apps/client/src/stylesheets/theme-next/base.css +++ b/apps/client/src/stylesheets/theme-next/base.css @@ -132,7 +132,8 @@ body.mobile .dropdown-menu .dropdown-menu { body.desktop .dropdown-menu::before, :root .ck.ck-dropdown__panel::before, -:root .excalidraw .popover::before { +:root .excalidraw .popover::before, +body.zen .note-split .ribbon-container .classic-toolbar-widget::before { content: ""; backdrop-filter: var(--dropdown-backdrop-filter); border-radius: var(--dropdown-border-radius);