From f821d7fcd620d50e9d1bdd8f2bcf95998c1a6da3 Mon Sep 17 00:00:00 2001 From: Elian Doran Date: Thu, 25 Dec 2025 23:16:07 +0200 Subject: [PATCH] fix(desktop): right margin on icon --- apps/client/src/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/client/src/stylesheets/style.css b/apps/client/src/stylesheets/style.css index d3a4deeda..901f697ab 100644 --- a/apps/client/src/stylesheets/style.css +++ b/apps/client/src/stylesheets/style.css @@ -1961,7 +1961,7 @@ body.electron.platform-darwin:not(.native-titlebar):not(.full-screen) #tab-row-l width: 80px; } -.tab-row-container { +body.electron:not(.platform-darwin) .tab-row-container { padding-inline-end: calc(100vw - env(titlebar-area-width, 100vw)); }