diff --git a/frontend/src/components/KeyboardHints.tsx b/frontend/src/components/KeyboardHints.tsx index 8b16f52..0299720 100644 --- a/frontend/src/components/KeyboardHints.tsx +++ b/frontend/src/components/KeyboardHints.tsx @@ -31,24 +31,27 @@ export function KeyboardHints() { // inside the main column in App.tsx so it isn't offset by the // sidebar widths.
-
+ {/* Near-opaque dark pill so the hints stay legible against busy + * thumbnails. The previous bg-surface/40 + 5% white ring left + * text washed out when a bright photo sat directly behind it. */} +
{hints.map((hint, i) => (
- + {hint.key} - + {hint.action} {i < hints.length - 1 && ( - + )}
))} {selectedCount > 0 && ( <> - - + + {selectedCount} selected