fix notification deletion UI update

This commit is contained in:
pa
2026-01-06 23:25:22 +09:00
committed by Natsumi
parent 12e65aeff8
commit 7f639f0040
5 changed files with 37 additions and 29 deletions
+2 -2
View File
@@ -84,14 +84,14 @@ const expandedRow = ({ row }) => {
return (
<div class="pl-5 text-sm">
<div class="flex items-center">
<div class="inline-block align-top w-[160px]">
<div class="inline-block align-top w-40">
{original.previousCurrentAvatarThumbnailImageUrl ? (
<>
<img
src={
original.previousCurrentAvatarThumbnailImageUrl
}
class="x-link h-[120px] w-[160px] rounded"
class="x-link h-30 w-40 rounded"
loading="lazy"
/>
<br />