Add collapsible sections to member sidebars.

This commit is contained in:
Paul
2021-07-06 22:52:50 +01:00
parent 9e2e6f0505
commit 5ce6a679ab
4 changed files with 82 additions and 70 deletions

View File

@@ -30,6 +30,7 @@ export default styled.details<{ sticky?: boolean; large?: boolean }>`
outline: none;
cursor: pointer;
list-style: none;
user-select: none;
align-items: center;
transition: 0.2s opacity;