mirror of
https://github.com/zadam/trilium.git
synced 2025-11-16 13:34:30 +01:00
style(next): use main background color on mobile
This commit is contained in:
parent
254d3a1c8e
commit
b7703fc4df
@ -16,6 +16,10 @@
|
|||||||
background-color: var(--root-background);
|
background-color: var(--root-background);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
body.mobile #root-widget {
|
||||||
|
background-color: var(--main-background-color);
|
||||||
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
--native-titlebar-darwin-x-offset: 10;
|
--native-titlebar-darwin-x-offset: 10;
|
||||||
--native-titlebar-darwin-y-offset: 12 !important;
|
--native-titlebar-darwin-y-offset: 12 !important;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user