mirror of
https://github.com/zadam/trilium.git
synced 2025-06-06 18:08:33 +02:00
tree now uses standard font size which effectively makes it a bit larger
This commit is contained in:
parent
3112de105e
commit
3930a02123
@ -62,7 +62,7 @@
|
||||
padding: 10px 0 10px 0;
|
||||
margin: 0 20px 0 10px;
|
||||
border: 1px solid #ddd;
|
||||
border-radius: 5px;
|
||||
border-radius: 7px;
|
||||
}
|
||||
|
||||
#context-menu-container {
|
||||
|
@ -16,6 +16,16 @@ body {
|
||||
flex-grow: 100;
|
||||
}
|
||||
|
||||
ul.fancytree-container {
|
||||
/* override specific size from fancytree.css */
|
||||
font-family: inherit !important;
|
||||
font-size: inherit !important;
|
||||
}
|
||||
|
||||
.fancytree-title {
|
||||
margin-left: 7px !important;
|
||||
}
|
||||
|
||||
.fancytree-node:not(.fancytree-loading) .fancytree-expander {
|
||||
background: none;
|
||||
width: auto;
|
||||
|
Loading…
x
Reference in New Issue
Block a user