mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-07-28 10:32:27 +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 {
|
#center-pane {
|
||||||
border-radius: var(--center-pane-border-radius) 0 0 0;
|
|
||||||
padding-top: 2px;
|
padding-top: 2px;
|
||||||
background: var(--main-background-color);
|
background: var(--main-background-color);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.vertical-layout #center-pane {
|
||||||
|
border-radius: var(--center-pane-border-radius) 0 0 0;
|
||||||
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Ribbon & note header
|
* Ribbon & note header
|
||||||
*/
|
*/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user