From 8ff931bfd2bb93107747edcbb282c6ede5568122 Mon Sep 17 00:00:00 2001 From: Ayo Ayco Date: Fri, 26 Apr 2024 11:50:39 +0200 Subject: [PATCH] style: make avatar a circle --- templates/threads.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/threads.html b/templates/threads.html index 7df6983..fe3a426 100644 --- a/templates/threads.html +++ b/templates/threads.html @@ -122,7 +122,7 @@ .card_avatar img { border: 1px solid rgba(34, 34, 34, 0.35); - border-radius: 5px; + border-radius: 50%; display: inline; margin-top: 1em; width: 50px;