Add user addresses to profile page, hide details by default

This commit is contained in:
2024-10-25 16:25:25 +02:00
parent 2624f2cbf8
commit a6517c61a4
2 changed files with 22 additions and 2 deletions

View File

@@ -113,6 +113,11 @@ main.profile-page img.avatar {
width: 8rem;
}
main.profile-page details summary {
cursor: pointer;
margin-bottom: 1.6rem;
}
main .article-list .item h3 {
margin-bottom: 0.5rem;
}