From 2a7023ea169c2a1199a3cb6bf2f06b333fa1e228 Mon Sep 17 00:00:00 2001 From: Adorian Doran Date: Wed, 24 Dec 2025 23:06:06 +0200 Subject: [PATCH] style/tab bar: fix tab button rounded corners 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 4c06421fe..35899cd9e 100644 --- a/apps/client/src/stylesheets/theme-next/shell.css +++ b/apps/client/src/stylesheets/theme-next/shell.css @@ -1085,7 +1085,7 @@ body.desktop:not(.background-effects.platform-win32) #root-widget.horizontal-lay margin-top: calc((var(--tab-bar-height) - var(--tab-height)) * -1); } -body.layout-horizontal .tab-row-widget .note-tab .note-tab-wrapper { +body.layout-horizontal div.tab-row-widget div.note-tab div.note-tab-wrapper { border-bottom-left-radius: 0; border-bottom-right-radius: 0; }