mirror of
https://github.com/zadam/trilium.git
synced 2026-05-06 21:26:06 +02:00
fix(next): tab bar offset on horizontal layout
This commit is contained in:
@@ -1087,7 +1087,7 @@ body.layout-vertical.electron.platform-darwin .tab-row-container {
|
||||
height: var(--tab-height) !important;
|
||||
}
|
||||
|
||||
.tab-row-widget > * {
|
||||
body.layout-vertical .tab-row-widget > * {
|
||||
margin-top: calc((var(--tab-bar-height) - var(--tab-height)) / 2);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user