mirror of
https://github.com/zadam/trilium.git
synced 2025-10-28 00:36:33 +01:00
style(next): smaller tree padding
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user