mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-07-27 18:12:29 +08:00
style(next): remove the rounded corner of the center pane on horizontal layout
This commit is contained in:
parent
a369ca01cd
commit
ff06582eb6
@ -833,11 +833,14 @@ html body #left-pane .quick-search:focus-within .search-button:hover,
|
||||
*/
|
||||
|
||||
#center-pane {
|
||||
border-radius: var(--center-pane-border-radius) 0 0 0;
|
||||
padding-top: 2px;
|
||||
background: var(--main-background-color);
|
||||
}
|
||||
|
||||
.vertical-layout #center-pane {
|
||||
border-radius: var(--center-pane-border-radius) 0 0 0;
|
||||
}
|
||||
|
||||
/*
|
||||
* Ribbon & note header
|
||||
*/
|
||||
|
Loading…
x
Reference in New Issue
Block a user