UX: remove gap on avatars in PM list (#128)

This commit is contained in:
Jordan Vidrine
2025-04-11 15:47:12 -05:00
committed by GitHub
parent 23f4362f7e
commit e3aed16e2b
+1 -1
View File
@@ -569,11 +569,11 @@ body.user-messages-page {
display: flex; display: flex;
align-items: center; align-items: center;
height: 100%; height: 100%;
gap: 0.25em;
.avatar { .avatar {
width: 20px; width: 20px;
height: 20px; height: 20px;
border-radius: 4px; border-radius: 4px;
background-color: var(--primary-low);
} }
} }
} }