mirror of
https://github.com/zadam/trilium.git
synced 2025-11-17 22:29:19 +08:00
style(next): fix gutter background color in mica
This commit is contained in:
parent
d35da72505
commit
3ceba62dbe
2 changed files with 5 additions and 0 deletions
|
|
@ -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…
Add table
Reference in a new issue