mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-08-10 02:02:29 +08:00
style(next): reduce heavy vertical spacing
This commit is contained in:
parent
0dd36cca1c
commit
f5c8dac5f0
@ -747,11 +747,11 @@ html body #left-pane .quick-search:focus-within .search-button:hover,
|
||||
* Center pane
|
||||
*/
|
||||
|
||||
#center-pane {
|
||||
border-radius: var(--center-pane-border-radius) 0 0 0;
|
||||
padding-top: 30px;
|
||||
background: var(--main-background-color);
|
||||
}
|
||||
#center-pane {
|
||||
border-radius: var(--center-pane-border-radius) 0 0 0;
|
||||
padding-top: 2px;
|
||||
background: var(--main-background-color);
|
||||
}
|
||||
|
||||
|
||||
/*
|
||||
|
Loading…
x
Reference in New Issue
Block a user