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(suite): align promo buttons to the right #15591

Merged
merged 1 commit into from
Nov 29, 2024
Merged

Conversation

MiroslavProchazka
Copy link
Contributor

@MiroslavProchazka MiroslavProchazka commented Nov 26, 2024

Resolves: #15575
Before
image

After
image

Copy link
Member

@tomasklim tomasklim left a comment

Choose a reason for hiding this comment

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

I think the whole footer needs more love. It is really weird because for examply on smaller screens it becomes rounded. The "tooltip" has weird colors,...
Screenshot 2024-11-27 at 11 38 33
Screenshot 2024-11-27 at 11 41 39

type="play-store"
analyticsPayload="android"
shownQRState={shownQRState}
<Flex alignItems="center" justifyContent="space-between" width="100%">
Copy link
Contributor

Choose a reason for hiding this comment

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

Please use Row instead of Flex

@MiroslavProchazka MiroslavProchazka force-pushed the fix/button-pos branch 2 times, most recently from 52505e7 to 1a11428 Compare November 28, 2024 12:46
Copy link
Contributor

@jvaclavik jvaclavik left a comment

Choose a reason for hiding this comment

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

Two more comments, and ready to merge!

type="play-store"
analyticsPayload="android"
shownQRState={shownQRState}
<Row alignItems="center" justifyContent="space-between" width="100%">
Copy link
Contributor

Choose a reason for hiding this comment

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

you don't have to specify alignItems="center", because it's default value for Row


${variables.SCREEN_QUERY.MOBILE} {
flex-direction: column;
gap: 0;
gap: ${spacingsPx.sm};
Copy link
Contributor

Choose a reason for hiding this comment

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

what about define this in Row?

@MiroslavProchazka MiroslavProchazka force-pushed the fix/button-pos branch 4 times, most recently from 8a19236 to aef9e7c Compare November 28, 2024 22:22
</BadgeContainer>

<Row>
<BadgeContainer>
Copy link
Contributor

Choose a reason for hiding this comment

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

Does it work without using BadgeContainer?

(Row and BadgeContainer are defacto duplicity here)

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I will try

@MiroslavProchazka MiroslavProchazka force-pushed the fix/button-pos branch 2 times, most recently from 2b81646 to 76d3529 Compare November 29, 2024 12:55
Copy link
Contributor

@jvaclavik jvaclavik left a comment

Choose a reason for hiding this comment

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

LGTM

@tomasklim tomasklim merged commit 9917d72 into develop Nov 29, 2024
22 checks passed
@tomasklim tomasklim deleted the fix/button-pos branch November 29, 2024 13:49
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.

Align app download banners to the right
3 participants