mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-09-23 21:17:11 +08:00
style(next): reduce tree font size
This commit is contained in:
parent
6112a65fe5
commit
b2aa05cb9a
@ -425,6 +425,12 @@ div.quick-search .search-button.show {
|
||||
border-radius: 50%;
|
||||
}
|
||||
|
||||
body.mobile .fancytree-expander::before,
|
||||
body.mobile .fancytree-title,
|
||||
body.mobile .fancytree-node > span {
|
||||
font-size: 1rem !important;
|
||||
}
|
||||
|
||||
#left-pane .fancytree-expander {
|
||||
opacity: .65;
|
||||
transition: opacity 150ms ease-in;
|
||||
@ -440,7 +446,7 @@ div.quick-search .search-button.show {
|
||||
}
|
||||
|
||||
#left-pane span .fancytree-title {
|
||||
margin-top: -5px;
|
||||
margin-top: -5px;
|
||||
}
|
||||
|
||||
#left-pane span.fancytree-active .fancytree-title {
|
||||
|
Loading…
x
Reference in New Issue
Block a user