style(next): tree actions toolbar: relocate variable declarations

This commit is contained in:
Adorian Doran 2024-12-12 00:50:28 +02:00
parent 8b9d4ed106
commit 336f978add
2 changed files with 6 additions and 8 deletions

View File

@ -48,6 +48,12 @@
--launcher-pane-button-margin: 6px;
--launcher-pane-button-gap: 3px;
--tree-actions-toolbar-horizontal-margin: 8px;
--tree-actions-toolbar-vertical-margin: 8px;
--tree-actions-toolbar-padding-size: 4px;
--tree-actions-toolbar-collapsed-width: 40px;
--tree-actions-toolbar-expand-button-size: 25px;
--tab-bar-height: 50px;
--tab-height: 36px;
--tab-first-item-horiz-offset: 1px;

View File

@ -468,14 +468,6 @@ div.quick-search .search-button.show {
/* Tree actions toolbar */
#left-pane .tree-actions {
--tree-actions-toolbar-horizontal-margin: 8px;
--tree-actions-toolbar-vertical-margin: 8px;
--tree-actions-toolbar-padding-size: 4px;
--tree-actions-toolbar-collapsed-width: 40px;
--tree-actions-toolbar-expand-button-size: 25px;
}
/* Toolbar container (collapsed state) */
#left-pane .tree-actions {
max-width: var(--tree-actions-toolbar-collapsed-width);