mirror of
https://github.com/sct/overseerr.git
synced 2025-09-17 17:24:35 +02:00
fix(ui): rectangular avatars getting stretched (#2782)
This commit is contained in:
@@ -40,7 +40,7 @@ const UserDropdown: React.FC = () => {
|
||||
onClick={() => setDropdownOpen(true)}
|
||||
>
|
||||
<img
|
||||
className="h-8 w-8 rounded-full sm:h-10 sm:w-10"
|
||||
className="h-8 w-8 rounded-full object-cover sm:h-10 sm:w-10"
|
||||
src={user?.avatar}
|
||||
alt=""
|
||||
/>
|
||||
|
Reference in New Issue
Block a user