style/zen mode/formatting toolbar: fix the background

This commit is contained in:
Adorian Doran 2025-12-24 21:45:51 +02:00
parent 2340c307cf
commit c329ab7eee

View File

@ -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,