mirror of
https://github.com/zadam/trilium.git
synced 2026-07-07 17:23:54 +02:00
style/zen mode/formatting toolbar: fix the background
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user