aboutsummaryrefslogtreecommitdiffhomepage
path: root/static/skeleton.css
diff options
context:
space:
mode:
authorwinter2025-03-21 17:36:23 +0000
committerwinter2025-03-21 17:36:23 +0000
commit0ac3e01bcc1750964ca864f0c16beedde4e89fed (patch)
tree17086b2e1336c505386d89581cd10be886e16763 /static/skeleton.css
parent09c3faf3e74df67de8e199bbe9c63952718f860f (diff)
smaller avatars in notifs and mobile timeline
also added rounded corners on the tiny ones
Diffstat (limited to 'static/skeleton.css')
-rw-r--r--static/skeleton.css1
1 files changed, 1 insertions, 0 deletions
diff --git a/static/skeleton.css b/static/skeleton.css
index 2965c2d..4ec4670 100644
--- a/static/skeleton.css
+++ b/static/skeleton.css
@@ -92,6 +92,7 @@ nav {
img.avatar {
width: var(--icon-size);
aspect-ratio: 1;
+ border-radius: var(--border-radius);
}
#currentUserInfo {
max-width: 16em;