From 2768b76278fe2fac9fdda1e29f83407f8a620dc1 Mon Sep 17 00:00:00 2001 From: Adorian Doran Date: Sat, 20 Sep 2025 16:36:43 +0300 Subject: [PATCH] style(next)/horizontal layout: tweak the show/hide tree button --- apps/client/src/stylesheets/theme-next/shell.css | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/apps/client/src/stylesheets/theme-next/shell.css b/apps/client/src/stylesheets/theme-next/shell.css index 9dbb04c9f..6e46e876a 100644 --- a/apps/client/src/stylesheets/theme-next/shell.css +++ b/apps/client/src/stylesheets/theme-next/shell.css @@ -881,7 +881,10 @@ body.mobile .fancytree-node > span { } .tab-row-container .toggle-button { - margin: 6px 10px !important; + --icon-button-size: 30px; + --icon-button-icon-ratio: .6; + + margin: 3px 6px auto 8px !important; } .tab-row-container { @@ -911,7 +914,7 @@ body.electron.background-effects.layout-horizontal .tab-row-container .toggle-bu bottom: 0; left: -10px; right: -10px; - top: 29px; + top: 32px; height: 1px; border-bottom: 1px solid var(--launcher-pane-horiz-border-color); }