mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-08-08 17:22:29 +08:00
style(next): smaller tree padding
This commit is contained in:
parent
91aad26eae
commit
9e5000bce0
@ -528,7 +528,7 @@ html body #left-pane .quick-search:focus-within .search-button:hover,
|
|||||||
}
|
}
|
||||||
|
|
||||||
#left-pane div.tree {
|
#left-pane div.tree {
|
||||||
padding: 0 12px;
|
padding: 3px 6px;
|
||||||
animation: fade-in 200ms ease-in;
|
animation: fade-in 200ms ease-in;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -538,6 +538,10 @@ html body #left-pane .quick-search:focus-within .search-button:hover,
|
|||||||
cursor: default;
|
cursor: default;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#left-pane .ui-fancytree ul {
|
||||||
|
padding-left: 10px;
|
||||||
|
}
|
||||||
|
|
||||||
/* The root element of the tree */
|
/* The root element of the tree */
|
||||||
#left-pane .fancytree-container > li:first-child > span {
|
#left-pane .fancytree-container > li:first-child > span {
|
||||||
padding-left: 12px;
|
padding-left: 12px;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user