mirror of
https://github.com/TriliumNext/Notes.git
synced 2026-05-06 20:29:12 -05:00
style(next): add a border on vertical layout on darwin
This commit is contained in:
@@ -706,6 +706,10 @@ body.layout-horizontal .tab-row-container:after {
|
||||
background: var(--subtle-border-color);
|
||||
}
|
||||
|
||||
body.layout-vertical.electron.platform-darwin .tab-row-container {
|
||||
border-bottom: 1px solid var(--subtle-border-color);
|
||||
}
|
||||
|
||||
.tab-row-widget-container {
|
||||
margin-top: calc((var(--tab-bar-height) - var(--tab-height)) / 2);
|
||||
height: var(--tab-height) !important;
|
||||
|
||||
Reference in New Issue
Block a user