Skip to content

Let the opinion card's header wrap instead of splitting in two - #49

Merged
kristianwind merged 1 commit into
mainfrom
opinion-header
Sep 2, 2026
Merged

kristianwind merged 1 commit into
mainfrom
opinion-header

Conversation

@kristianwind

Copy link
Copy Markdown
Owner

On a phone the heading and the "unchanged since last time" badge shared one line and both broke inside themselves, so the card opened with two ragged two-line blocks side by side.

Reproduced at 390px before changing anything, and looked at again afterwards rather than assumed:

  • the row wraps now, so the badge takes its own line
  • whitespace-nowrap keeps it one line when it gets there
  • on a wide screen it still sits beside the heading — verified same line, one line each — because wrapping only does something when there is no room

I caused this. The card said "Kvasir's opinion" until yesterday; "What Mimir makes of this" is half as long again. A rename is a layout change and I did not treat it as one.

One thing I missed yesterday

The icon in that card was still 🜛 (U+1F71B), from the Alchemical Symbols block whose font coverage is thin enough to render an empty box on Android. I replaced the same glyph in the navigation yesterday and missed this copy. It is now , the one the nav uses.

That leaves the logo 🜁 as the last glyph in that block — on hold by request.

🤖 Generated with Claude Code

On a phone the heading and the "unchanged since last time" badge shared
one line and both broke inside themselves, so the card opened with two
ragged two-line blocks side by side. Reproduced at 390px before
changing anything, and looked at again afterwards rather than assumed.

The row wraps now, so the badge takes its own line, and it does not
break inside itself when it gets there. On a wide screen it still sits
beside the heading — checked, same line, one line each — because
wrapping only does something when there is not room.

I caused this: the card said "Kvasir's opinion" until yesterday, and
"What Mimir makes of this" is half as long again. A rename is a layout
change and I did not treat it as one.

The icon in that card was still U+1F71B, from the Alchemical Symbols
block whose font coverage is thin enough to render an empty box. I
replaced the same glyph in the navigation yesterday and missed this
copy; it is now the diamond the nav uses. That leaves the logo as the
last one in that block, which is on hold by request.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
@kristianwind
kristianwind merged commit b5fccb0 into main Sep 2, 2026
3 checks passed
@kristianwind
kristianwind deleted the opinion-header branch September 2, 2026 12:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants