mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-08-01 20:52:27 +08:00
style(next): restyle the tree settings popup
This commit is contained in:
parent
eb30cb7303
commit
92f27e06de
@ -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
|
||||
*/
|
||||
|
Loading…
x
Reference in New Issue
Block a user