mirror of
https://github.com/sct/overseerr.git
synced 2025-12-30 09:41:37 +01:00
refactor(ui): css refinements for a more unified look (#1816)
This commit is contained in:
@@ -61,7 +61,9 @@ const PersonCard: React.FC<PersonCardProps> = ({
|
||||
<UserCircleIcon className="h-full" />
|
||||
)}
|
||||
</div>
|
||||
<div className="w-full text-center truncate">{name}</div>
|
||||
<div className="w-full font-bold text-center truncate">
|
||||
{name}
|
||||
</div>
|
||||
{subName && (
|
||||
<div
|
||||
className="overflow-hidden text-sm text-center text-gray-300 whitespace-normal"
|
||||
|
||||
Reference in New Issue
Block a user