refac: styling

This commit is contained in:
Timothy Jaeryang Baek
2024-11-14 03:20:35 -08:00
parent 85d7f1c6ed
commit 73cdf90527
3 changed files with 14 additions and 14 deletions

View File

@@ -100,7 +100,7 @@
<Tooltip content={user.email} placement="top-start">
<div class="flex">
<img
class=" rounded-full w-6 h-6 object-cover mr-2.5"
class=" rounded-full size-5 object-cover mr-2.5"
src={user.profile_image_url.startsWith(WEBUI_BASE_URL) ||
user.profile_image_url.startsWith('https://www.gravatar.com/avatar/') ||
user.profile_image_url.startsWith('data:')