style(next): remove the rounded corner of the center pane on horizontal layout

This commit is contained in:
Adorian Doran 2024-12-01 18:35:23 +02:00
parent a369ca01cd
commit ff06582eb6

View File

@ -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
*/