docs: fix display of collapsible sidebar items

This commit is contained in:
phaer 2024-06-18 09:11:18 +02:00
parent 4175449e93
commit 855cfa5e77

View File

@ -2,3 +2,7 @@
background-color: white;
border-radius: 100%;
}
[data-md-component="toc"] .md-nav__link {
display: inline-flex;
}