style(next)/horizontal layout: tweak the show/hide tree button

This commit is contained in:
Adorian Doran 2025-09-20 16:36:43 +03:00
parent d244803501
commit 2768b76278

View File

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