Make horizontal "All clear" layout medium-widget-only
The previous change put the emoji beside the title everywhere, but the
horizontal layout was only wanted on the medium widget — to fix its
cramped vertical spacing. The in-app view and the roomy large widget
read better with the emoji stacked above the title.
Parameterise emptyCard with a `row` flag: the medium widget passes it
(emoji beside title); the large widget stays vertical. Revert the in-app
EmptyState to its vertical layout.
Verified in the simulator: in-app and large render the emoji above
"All clear"; medium renders it beside.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>