fix: compact timestamp vertical misalignment — remove legacy mt-[3px] nudge

This commit is contained in:
Jannis Braun
2026-03-13 01:27:50 +01:00
parent b9781a8755
commit cea18b19b5
+1 -1
View File
@@ -182,7 +182,7 @@ export function Message({ message, isCompact, isFirstInGroup }: MessageProps) {
/>
</div>
) : (
<span className={`text-[11px] text-txt-tertiary opacity-0 group-hover:opacity-100 mt-[3px] select-none w-full text-right whitespace-nowrap leading-[1.375rem]`}>
<span className={`text-[11px] text-txt-tertiary opacity-0 group-hover:opacity-100 select-none w-full text-right whitespace-nowrap leading-[1.375rem]`}>
{formatHoverTime(message.createdAt)}
</span>
)}