fix(requests): remove unnecessary margin between avatar and username

This commit is contained in:
0xsysr3ll
2025-06-27 22:24:52 +02:00
parent 3f8ebc75d5
commit 8ac21bb814

View File

@@ -108,7 +108,7 @@ const RequestBlock = ({ request, onUpdate }: RequestBlockProps) => {
}
className="flex items-center font-semibold text-gray-100 transition duration-300 hover:text-white hover:underline"
>
<span className="avatar-sm mr-1.5">
<span className="avatar-sm">
<CachedImage
type="avatar"
src={request.requestedBy.avatar}
@@ -138,7 +138,7 @@ const RequestBlock = ({ request, onUpdate }: RequestBlockProps) => {
}
className="flex items-center font-semibold text-gray-100 transition duration-300 hover:text-white hover:underline"
>
<span className="avatar-sm mr-1.5">
<span className="avatar-sm">
<CachedImage
type="avatar"
src={request.modifiedBy.avatar}