mirror of
https://github.com/zadam/trilium.git
synced 2026-01-06 14:44:25 +01:00
fix(zen): formatting toolbar disappearing due to specificity
This commit is contained in:
parent
4bc2e9743c
commit
a583369658
@ -2182,7 +2182,7 @@ body.zen.experimental-feature-new-layout {
|
|||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
#rest-pane > div.classic-toolbar-widget {
|
.classic-toolbar-widget {
|
||||||
position: fixed;
|
position: fixed;
|
||||||
left: 50%;
|
left: 50%;
|
||||||
bottom: 20px;
|
bottom: 20px;
|
||||||
@ -2195,7 +2195,7 @@ body.zen.experimental-feature-new-layout {
|
|||||||
border-radius: 8px;
|
border-radius: 8px;
|
||||||
border: 1px solid var(--main-border-color);
|
border: 1px solid var(--main-border-color);
|
||||||
padding: 4px;
|
padding: 4px;
|
||||||
background: var(--menu-background-color);
|
background: var(--menu-background-color) !important;
|
||||||
transform: translateX(-50%);
|
transform: translateX(-50%);
|
||||||
backdrop-filter: blur(6px);
|
backdrop-filter: blur(6px);
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user