diff --git a/apps/web/src/components/SidebarV2.tsx b/apps/web/src/components/SidebarV2.tsx index e36a4407072..3837bb35eda 100644 --- a/apps/web/src/components/SidebarV2.tsx +++ b/apps/web/src/components/SidebarV2.tsx @@ -938,7 +938,7 @@ const SidebarV2Row = memo(function SidebarV2Row(props: { )} {/* The visible state owns this slot's width: status at rest, - actions on hover/focus or while the popover is open. Keeping + actions on hover/keyboard focus or while the popover is open. Keeping the hidden state out of flow lets the project label reclaim space without either state overlapping it. */} @@ -947,7 +947,7 @@ const SidebarV2Row = memo(function SidebarV2Row(props: { buttons; without it the invisible label eats their clicks. */} @@ -982,7 +982,12 @@ const SidebarV2Row = memo(function SidebarV2Row(props: { {props.settlementSupported || showSnoozeButton ? (