style/tab bar: visually merge the tab bar with the center panel

This commit is contained in:
Adorian Doran 2025-12-20 10:42:13 +02:00
parent fb96b3f80a
commit 37ea1584c9

View File

@ -1025,7 +1025,7 @@ body.layout-vertical.electron.platform-darwin .tab-row-container {
}
.tab-row-widget > * {
margin-top: calc((var(--tab-bar-height) - var(--tab-height)) / 2);
margin-top: calc(var(--tab-bar-height) - var(--tab-height));
}
body.layout-horizontal .tab-row-container {
@ -1069,8 +1069,9 @@ body.desktop:not(.background-effects.platform-win32) #root-widget.horizontal-lay
border-bottom-color: transparent;
}
.tab-row-widget .note-tab .note-tab-wrapper {
:root div.tab-row-widget div.note-tab div.note-tab-wrapper {
height: var(--tab-height) !important;
border-radius: 8px 8px 0 0;
transition:
background 75ms ease-in,
box-shadow 75ms ease-in;