From 37ea1584c94e35303eac437296a7d3e85780cbf2 Mon Sep 17 00:00:00 2001 From: Adorian Doran Date: Sat, 20 Dec 2025 10:42:13 +0200 Subject: [PATCH] style/tab bar: visually merge the tab bar with the center panel --- apps/client/src/stylesheets/theme-next/shell.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/apps/client/src/stylesheets/theme-next/shell.css b/apps/client/src/stylesheets/theme-next/shell.css index e3e92cd7d..d44e6e059 100644 --- a/apps/client/src/stylesheets/theme-next/shell.css +++ b/apps/client/src/stylesheets/theme-next/shell.css @@ -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;