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

fix: icons on index page #2381

Merged
merged 1 commit into from
Oct 11, 2023
Merged

fix: icons on index page #2381

merged 1 commit into from
Oct 11, 2023

Conversation

martinkaintas
Copy link
Contributor

No description provided.

@github-actions
Copy link

github-actions bot commented Oct 9, 2023

@@ -34,6 +34,7 @@ export default defineComponent({

.platform-icon {
height: 44px;
width: 40px;
Copy link
Collaborator

Choose a reason for hiding this comment

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

The issue is not caused by wrong sizing but with the fact that the element is affect by flex shrinking. I suggest to replace the change with flex-shrink: 0.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Without width: 40px; it still doesn't look exactly like product

@martinkaintas martinkaintas force-pushed the fix/icons-on-index-page branch from 02fb45e to 48f0001 Compare October 10, 2023 11:09
@martinkaintas martinkaintas merged commit 27b614c into develop Oct 11, 2023
4 checks passed
@martinkaintas martinkaintas deleted the fix/icons-on-index-page branch October 11, 2023 07:59
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