inbox: Resize user circles in inbox view.

This commit is contained in:
Karl Stolley
2024-06-27 12:45:36 -04:00
committed by Tim Abbott
parent d0f5d93f4b
commit fed0aa6642

View File

@@ -255,8 +255,9 @@
.user_circle { .user_circle {
/* size of the user activity circle */ /* size of the user activity circle */
min-width: 6px; /* 6px at 15px/1em */
height: 6px; min-width: 0.4em;
height: 0.4em;
margin-right: 5px; margin-right: 5px;
top: 0; top: 0;
} }