Use node collapse markers with better font compatibility.
These are temporal. This way of working moves the titles around when they get collapsed/expanded, so I should probably change it at some point.
This commit is contained in:
parent
0ebda876f7
commit
38e5f57eab
@ -139,11 +139,14 @@ body nav input {
|
||||
}
|
||||
|
||||
.node .node.collapsed > .title::before {
|
||||
content: "🮥";
|
||||
content: "›";
|
||||
vertical-align: text-bottom;
|
||||
}
|
||||
|
||||
.node .node.expanded > .title::before {
|
||||
content: "🮦";
|
||||
content: "›";
|
||||
transform: rotate(90deg);
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
.node .title {
|
||||
|
Loading…
Reference in New Issue
Block a user