Skip to content

Fix Firefox styling#680

Open
maartenla wants to merge 1 commit intohome-assistant:mainfrom
maartenla:fix-firefox-styling-faq
Open

Fix Firefox styling#680
maartenla wants to merge 1 commit intohome-assistant:mainfrom
maartenla:fix-firefox-styling-faq

Conversation

@maartenla
Copy link
Copy Markdown

Remove flex div which doesnt work correctly in Firefox with inferred image size
From this:
image
to this:
image

Tested in Chrome aswell, has no impact there.

Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR updates the FAQ redirect list markup/CSS to avoid a Firefox layout issue related to inferred badge image sizing by simplifying the badge element and its display behavior.

Changes:

  • Replaces the badge wrapper <div> with a direct <img class="badge"> inside each redirect link.
  • Adjusts the responsive badge display rule to use inline-block at min-width: 600px instead of flex.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread src-11ty/faq.html
@frenck frenck requested a review from bramkragten March 23, 2026 21:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants