mirror of
https://github.com/zadam/trilium.git
synced 2025-02-21 21:43:55 +08:00
styling of mobile expanders
This commit is contained in:
parent
4068691078
commit
d4a277321c
1 changed files with 7 additions and 4 deletions
|
@ -78,7 +78,7 @@ html, body {
|
||||||
}
|
}
|
||||||
|
|
||||||
.fancytree-node .fancytree-expander:before {
|
.fancytree-node .fancytree-expander:before {
|
||||||
font-size: 2em;
|
font-size: 2em !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
kbd {
|
kbd {
|
||||||
|
@ -89,16 +89,19 @@ kbd {
|
||||||
font-size: larger;
|
font-size: larger;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
span.fancytree-expander {
|
||||||
|
width: 24px !important;
|
||||||
|
}
|
||||||
|
|
||||||
.fancytree-loading span.fancytree-expander {
|
.fancytree-loading span.fancytree-expander {
|
||||||
width: 32px;
|
width: 24px;
|
||||||
height: 32px;
|
height: 32px;
|
||||||
margin-left: 4px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.fancytree-loading span.fancytree-expander:after {
|
.fancytree-loading span.fancytree-expander:after {
|
||||||
width: 20px;
|
width: 20px;
|
||||||
height: 20px;
|
height: 20px;
|
||||||
margin: 4px;
|
margin-top: 4px;
|
||||||
border-width: 2px;
|
border-width: 2px;
|
||||||
border-style: solid;
|
border-style: solid;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue