Skip to content

Fix appearance of sponsors#667

Merged
armanbilge merged 1 commit into
typelevel:mainfrom
reardonj:fix-sponsors-firefox
Jul 16, 2026
Merged

Fix appearance of sponsors#667
armanbilge merged 1 commit into
typelevel:mainfrom
reardonj:fix-sponsors-firefox

Conversation

@reardonj

@reardonj reardonj commented Jul 15, 2026

Copy link
Copy Markdown
Contributor

I realized that I only can see 2 sponsors in Firefox on Mac. A quick googling indicates that this happens when an SVG is missing a width and height. I added attributes matching the view boxes, and now they show up!

While meddling with that, I saw the logos go off the edge of the screen at medium resolutions before the dsiplay is narrow enough that they become one column. I changed the flexbox settings to let it wrap

Was the intention to avoid multiple rows? If so, I guess we'd have to turn it into a column sooner instead.

Firefox Issue

Before (Firefox):
image

After (Firefox):
image

After (Safari):
image

Small Display Issue

Before:
image

After:
image

- add width and height to logos so they appear in Firefix
- add wrap and spacing so layout behaves better on medium sized displays. I assume this is what the empty columns I removed were trying to do?

@armanbilge armanbilge left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

oops, thank you!

@armanbilge
armanbilge merged commit 23960f1 into typelevel:main Jul 16, 2026
1 check passed
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.

3 participants