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 {
/* size of the user activity circle */
min-width: 6px;
height: 6px;
/* 6px at 15px/1em */
min-width: 0.4em;
height: 0.4em;
margin-right: 5px;
top: 0;
}