From e8cb664ba76c5a3850d2c800bd55bceacfb07370 Mon Sep 17 00:00:00 2001 From: Elian Doran Date: Thu, 5 Dec 2024 20:48:00 +0200 Subject: [PATCH] style(next): adjust tab bar height --- src/public/stylesheets/theme-next.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/public/stylesheets/theme-next.css b/src/public/stylesheets/theme-next.css index 6e91ea8c5..b9c127972 100644 --- a/src/public/stylesheets/theme-next.css +++ b/src/public/stylesheets/theme-next.css @@ -362,6 +362,9 @@ body.layout-horizontal { --active-tab-background-color: var(--launcher-pane-background-color); --active-tab-hover-background-color: var(--active-tab-background-color); --new-tab-button-background: transparent; + --tab-bar-height: 44px; + --native-titlebar-darwin-x-offset: 12; + --native-titlebar-darwin-y-offset: 14 !important; } /* Matches when the left pane is collapsed */