mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-08-01 12:42:28 +08:00
style(next): fix gutter background color in mica
This commit is contained in:
parent
d35da72505
commit
3ceba62dbe
@ -124,6 +124,7 @@ export default class DesktopLayout {
|
||||
.optChild(launcherPaneIsHorizontal, launcherPane)
|
||||
.child(new FlexContainer('row')
|
||||
.css("flex-grow", "1")
|
||||
.id("horizontal-main-container")
|
||||
.optChild(!launcherPaneIsHorizontal, launcherPane)
|
||||
.child(new LeftPaneContainer()
|
||||
.optChild(!launcherPaneIsHorizontal, new QuickSearchWidget())
|
||||
|
@ -424,6 +424,10 @@ body.background-effects #launcher-pane .launcher-button {
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
body.background-effects #horizontal-main-container {
|
||||
background-color: var(--root-background);
|
||||
}
|
||||
|
||||
/* Matches when the left pane is collapsed */
|
||||
:has(#left-pane.hidden-int) {
|
||||
--center-pane-border-radius: 0;
|
||||
|
Loading…
x
Reference in New Issue
Block a user