mirror of
https://github.com/zadam/trilium.git
synced 2025-02-20 21:13:11 +08:00
better expander positioning
This commit is contained in:
parent
86d7e139a4
commit
4068691078
2 changed files with 8 additions and 5 deletions
|
@ -122,13 +122,14 @@ li.dropdown-submenu:hover > ul.dropdown-menu {
|
|||
.fancytree-loading span.fancytree-expander {
|
||||
width: 16px;
|
||||
height: 16px;
|
||||
margin-left: 6px;
|
||||
margin-left: 2px;
|
||||
}
|
||||
|
||||
.fancytree-loading span.fancytree-expander:after {
|
||||
.fancytree-loading span.fancytree-expander:after {
|
||||
width: 12px;
|
||||
height: 12px;
|
||||
margin-top: 2px;
|
||||
margin-top: 4px;
|
||||
margin-left: 1px;
|
||||
border-width: 1px;
|
||||
border-style: solid;
|
||||
}
|
||||
|
|
|
@ -52,7 +52,7 @@ ul.fancytree-container {
|
|||
height: auto;
|
||||
text-align: center;
|
||||
position: relative;
|
||||
top: -8px;
|
||||
top: -5px;
|
||||
}
|
||||
|
||||
.fancytree-node:not(.fancytree-loading) .fancytree-expander:before {
|
||||
|
@ -71,6 +71,8 @@ ul.fancytree-container {
|
|||
|
||||
.fancytree-node.fancytree-expanded .fancytree-expander:before {
|
||||
content: "\2304";
|
||||
position: relative;
|
||||
top: -10px;
|
||||
}
|
||||
|
||||
.note-title[readonly] {
|
||||
|
@ -728,7 +730,7 @@ div[data-notify="container"] {
|
|||
display: inline-block;
|
||||
}
|
||||
|
||||
.fancytree-loading span.fancytree-expander:after {
|
||||
.fancytree-loading span.fancytree-expander:after {
|
||||
content: " ";
|
||||
display: block;
|
||||
border-radius: 50%;
|
||||
|
|
Loading…
Reference in a new issue