weird hack to make the chevron wrap around with the last word

This commit is contained in:
りき萌 2023-08-28 21:33:43 +02:00
parent 92ebc29daf
commit 7b549a5ee3
2 changed files with 33 additions and 22 deletions

View file

@ -145,7 +145,7 @@
}
.tree details:not([open])>summary>.branch-summary>:last-child::after {
content: '';
content: '\00A0';
display: inline-block;
background-image:
@ -159,6 +159,12 @@
vertical-align: text-bottom;
margin-left: 0.5em;
margin-right: -32px;
}
.tree details:not([open])>summary>.branch-summary>:last-child {
padding-right: 32px;
}
@media (hover: none) {