Add collapsible sections in friends menu.

This commit is contained in:
Paul
2021-07-02 16:47:42 +01:00
parent 1cb59ca40c
commit bfb15e3109
2 changed files with 56 additions and 58 deletions

View File

@@ -18,6 +18,27 @@
}
}
details {
summary {
outline: none;
list-style: none;
&::marker, &::-webkit-details-marker {
display: none;
}
svg {
transition: .2s ease transform;
}
}
&:not([open]) {
summary svg {
transform: rotateZ(-90deg);
}
}
}
&[data-empty="true"] {
img {
height: 120px;