feat: show answer comments under collapsible

This commit is contained in:
httpjamesm 2022-12-28 22:48:02 -05:00
parent 5bd9ce484f
commit 84ba0886cd
3 changed files with 73 additions and 7 deletions

View file

@ -47,3 +47,7 @@ html {
border-radius: 50%;
padding: .25rem;
}
details {
cursor: pointer;
}