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); }