Fix large font overflow on Windows — flex-wrap all dense rows

Feed header, note card header, note actions, compose box, settings
theme grid, font size presets, media feed tabs, and profile header
buttons all now wrap gracefully when CSS zoom makes content overflow
the viewport. Also add AgentDocs fetch instruction to CLAUDE.md.
This commit is contained in:
Jure
2026-03-25 15:34:19 +01:00
parent f460a53875
commit 5b627879ac
8 changed files with 21 additions and 13 deletions

View File

@@ -82,7 +82,7 @@ export function NoteCard({ event, focused, onReplyInThread }: NoteCardProps) {
{/* Content */}
<div className="min-w-0 flex-1">
<div className="flex items-baseline gap-2 mb-0.5">
<div className="flex flex-wrap items-baseline gap-x-2 gap-y-0.5 mb-0.5">
<button
className="text-text font-medium truncate text-[13px] cursor-pointer hover:text-accent transition-colors text-left"
onClick={() => openProfile(event.pubkey)}