style(next): restyle the tree settings popup

This commit is contained in:
Adorian Doran 2024-12-12 02:06:26 +02:00
parent eb30cb7303
commit 92f27e06de

View File

@ -471,6 +471,25 @@ div.quick-search .search-button.show {
--menu-item-icon-vert-offset: 1.5px;
}
/*
* Tree settings panel
*/
#left-pane .tree-settings-popup {
box-shadow: 0px 10px 20px rgba(0, 0, 0, var(--dropdown-shadow-opacity));
border: 1px solid var(--dropdown-border-color);
padding: 25px;
background: var(--menu-background-color);
backdrop-filter: blur(10px) saturate(6);
color: var(--menu-text-color);
}
#left-pane .tree-settings-popup h4 {
margin-bottom: .75em;
font-size: 1.5em;
line-height: 1;
}
/*
* Gutter
*/