fix(next): tab bar offset on horizontal layout

This commit is contained in:
Elian Doran 2026-02-28 18:33:51 +02:00
parent f0b9e0e48b
commit 740974fbfd
No known key found for this signature in database

View File

@ -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);
}