mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-07-30 03:32:26 +08:00
style(next)/shell/right pane: minor restyle
This commit is contained in:
parent
2066f821cb
commit
69f95068f1
@ -138,6 +138,8 @@
|
|||||||
--protected-session-active-icon-color: #8edd8e;
|
--protected-session-active-icon-color: #8edd8e;
|
||||||
--sync-status-error-pulse-color: #f47871;
|
--sync-status-error-pulse-color: #f47871;
|
||||||
|
|
||||||
|
--right-pane-heading-color: gray;
|
||||||
|
|
||||||
--root-background: var(--left-pane-background-color);
|
--root-background: var(--left-pane-background-color);
|
||||||
|
|
||||||
--gutter-color: transparent;
|
--gutter-color: transparent;
|
||||||
|
@ -132,6 +132,8 @@
|
|||||||
--protected-session-active-icon-color: #16b516;
|
--protected-session-active-icon-color: #16b516;
|
||||||
--sync-status-error-pulse-color: #ff5528;
|
--sync-status-error-pulse-color: #ff5528;
|
||||||
|
|
||||||
|
--right-pane-heading-color: gray;
|
||||||
|
|
||||||
--root-background: var(--left-pane-background-color);
|
--root-background: var(--left-pane-background-color);
|
||||||
|
|
||||||
--gutter-color: transparent;
|
--gutter-color: transparent;
|
||||||
|
@ -958,8 +958,27 @@ body.mobile .note-title {
|
|||||||
background: var(--main-background-color);
|
background: var(--main-background-color);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#right-pane div.card-header {
|
||||||
|
align-items: center;
|
||||||
|
border: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
#right-pane .card-header-title {
|
||||||
|
margin-top: 2px;
|
||||||
|
font-weight: 600;
|
||||||
|
font-size: .85em;
|
||||||
|
letter-spacing: .3pt;
|
||||||
|
color: var(--right-pane-heading-color);
|
||||||
|
}
|
||||||
|
|
||||||
#right-pane .card-header-buttons {
|
#right-pane .card-header-buttons {
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
top: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
#right-pane .toc-widget,
|
||||||
|
#right-pane .highlights-list-widget {
|
||||||
|
padding: 0 0 0 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#right-pane .toc li,
|
#right-pane .toc li,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user