From 740974fbfd42c87b15ef6d060444f4c8c670536a Mon Sep 17 00:00:00 2001 From: Elian Doran Date: Sat, 28 Feb 2026 18:33:51 +0200 Subject: [PATCH] fix(next): tab bar offset on horizontal layout --- apps/client/src/stylesheets/theme-next/shell.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/client/src/stylesheets/theme-next/shell.css b/apps/client/src/stylesheets/theme-next/shell.css index 4ef72ddf57..195accc289 100644 --- a/apps/client/src/stylesheets/theme-next/shell.css +++ b/apps/client/src/stylesheets/theme-next/shell.css @@ -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); }