UPDATE: Updated styling for quality of life improvements

This commit is contained in:
JustIceO7
2025-03-04 22:26:37 +00:00
parent 43232bac4b
commit dd0a557612
7 changed files with 18 additions and 12 deletions

View File

@@ -91,6 +91,7 @@ const UserListItem: React.FC<UserListItemProps> = ({ title, username, isLive, on
}}
alt={`user ${username}`}
className="rounded-xl border-[0.15em] border-[var(--bg-color)] cursor-pointer"
style={{ backgroundColor: 'white' }}
/>
<button className="text-[calc((2vw+2vh)/2)] font-bold hover:underline w-full py-2">{title}</button>