mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-08-10 10:22:29 +08:00
style(next): fix mica on light theme for horizontal layout
This commit is contained in:
parent
043f47dbd2
commit
4faf22b988
@ -417,10 +417,16 @@ body.electron.platform-win32 {
|
||||
--launcher-pane-background-color: rgba(255, 255, 255, 0.09);
|
||||
--tab-background-color: transparent;
|
||||
--active-tab-background-color: var(--launcher-pane-background-color);
|
||||
--launcher-pane-horizontal-border-color: rgba(0, 0, 0, 0.5);
|
||||
--launcher-pane-horizontal-border-color: rgba(0, 0, 0, 0.15);
|
||||
--native-titlebar-background: #00000000;
|
||||
}
|
||||
|
||||
@media (prefers-color-scheme: dark) {
|
||||
body.electron.platform-win32 {
|
||||
--launcher-pane-horizontal-border-color: rgba(0, 0, 0, 0.5);
|
||||
}
|
||||
}
|
||||
|
||||
body.electron.platform-win32.layout-vertical {
|
||||
--left-pane-background-color: transparent;
|
||||
--launcher-pane-background-color: rgba(255, 255, 255, 0.055);
|
||||
|
Loading…
x
Reference in New Issue
Block a user