diff --git a/src/components/conversations/sidebar-conversation-card.tsx b/src/components/conversations/sidebar-conversation-card.tsx
index 4f6f9900..0a7bccb9 100644
--- a/src/components/conversations/sidebar-conversation-card.tsx
+++ b/src/components/conversations/sidebar-conversation-card.tsx
@@ -219,7 +219,12 @@ export const SidebarConversationCard = memo(function SidebarConversationCard({
clicks don't select the conversation; `tabIndex={-1}` keeps them
mouse-only (the context menu Pin/Unpin + Status is the keyboard/
AT-accessible path). */}
-
+ {/* pr-[0.375rem] + the list's px-1.5 (0.375rem) puts the time
+ badge / hover action buttons at a uniform 0.75rem inset from the
+ sidebar border — the same right edge as the section-header
+ actions, folder-header actions, and New chat / Search shortcut
+ badges. */}
+