mirror of
https://github.com/zadam/trilium.git
synced 2025-12-29 10:44:25 +01:00
style/zen mode/formatting toolbar: fix the background
This commit is contained in:
parent
2340c307cf
commit
c329ab7eee
@ -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,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user