mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-08-08 01:05: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)
|
.optChild(launcherPaneIsHorizontal, launcherPane)
|
||||||
.child(new FlexContainer('row')
|
.child(new FlexContainer('row')
|
||||||
.css("flex-grow", "1")
|
.css("flex-grow", "1")
|
||||||
|
.id("horizontal-main-container")
|
||||||
.optChild(!launcherPaneIsHorizontal, launcherPane)
|
.optChild(!launcherPaneIsHorizontal, launcherPane)
|
||||||
.child(new LeftPaneContainer()
|
.child(new LeftPaneContainer()
|
||||||
.optChild(!launcherPaneIsHorizontal, new QuickSearchWidget())
|
.optChild(!launcherPaneIsHorizontal, new QuickSearchWidget())
|
||||||
|
@ -424,6 +424,10 @@ body.background-effects #launcher-pane .launcher-button {
|
|||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
body.background-effects #horizontal-main-container {
|
||||||
|
background-color: var(--root-background);
|
||||||
|
}
|
||||||
|
|
||||||
/* Matches when the left pane is collapsed */
|
/* Matches when the left pane is collapsed */
|
||||||
:has(#left-pane.hidden-int) {
|
:has(#left-pane.hidden-int) {
|
||||||
--center-pane-border-radius: 0;
|
--center-pane-border-radius: 0;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user