Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add some fallback properties for display in older browsers #535

Merged
merged 6 commits into from
Jan 3, 2022
Merged

Add some fallback properties for display in older browsers #535

merged 6 commits into from
Jan 3, 2022

Conversation

marek-lach
Copy link
Contributor

No description provided.

Comment on lines +115 to 116
display: inline-grid;
display: inline-flex;
Copy link
Member

Choose a reason for hiding this comment

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

This doesn't seem like valid css, could you do display: inline-flex inline-grid.

And what browser doesn't support flex?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

This doesn't seem like valid css,

Apparently it is...?

could you do display: inline-flex inline-grid.

Well, when doing fallback code, apparently the fallback should be put first, than the current code under it...

And what browser doesn't support flex?

This is a very minor use-case yes, but the one SailfishOS uses as it's default.

@dessalines dessalines merged commit f7e65d1 into LemmyNet:main Jan 3, 2022
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