mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-07-29 19:12:27 +08:00
style(next): add a border on vertical layout on darwin
This commit is contained in:
parent
5c09b2d6c4
commit
b9129f62b4
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user