style(next): horizontal toolbar layout tweaks

This commit is contained in:
Adorian Doran 2025-03-03 18:17:13 +02:00
parent 4d6e115208
commit 605d99a7e8

View File

@ -77,7 +77,7 @@ body.background-effects.platform-win32.layout-vertical #vertical-main-container
/* #endregion */ /* #endregion */
/* Matches when the left pane is collapsed */ /* Matches when the left pane is collapsed */
:has(#left-pane.hidden-int) { :has(.layout-vertical #left-pane.hidden-int) {
--center-pane-border-radius: 0; --center-pane-border-radius: 0;
--tab-first-item-horiz-offset: 5px; --tab-first-item-horiz-offset: 5px;
} }