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 Firefox send button positioning #4201

Merged
merged 4 commits into from
May 23, 2024

Conversation

haileyok
Copy link
Contributor

Buttons on Safari, Firefox, and Chrome - respectively.

Screenshot 2024-05-23 at 11 40 52 AM

Copy link

render bot commented May 23, 2024

@haileyok haileyok marked this pull request as draft May 23, 2024 18:47
Copy link

github-actions bot commented May 23, 2024

Old size New size Diff
7.3 MB 7.3 MB 107 B (0.00%)

@haileyok haileyok marked this pull request as ready for review May 23, 2024 19:32
@haileyok haileyok marked this pull request as draft May 23, 2024 19:36
set to `38`

remove some extra stuff

equal height on all platforms
@haileyok haileyok force-pushed the hailey/firefox-button-centering branch from bf06868 to d151ffa Compare May 23, 2024 19:39
@haileyok haileyok marked this pull request as ready for review May 23, 2024 19:39
@@ -92,11 +93,12 @@ export function MessageInput({
a.flex_row,
t.atoms.bg_contrast_25,
{
paddingHorizontal: a.p_sm.padding - 2,
paddingRight: 6,
Copy link
Member

Choose a reason for hiding this comment

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

Same value :P

Copy link
Member

Choose a reason for hiding this comment

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

Using the atom is just to indicate that it's suppose to match the atom used elsewhere for horizontal spacing, but looks like it's diverged and it lgtm so not real reason to use the atom I suppose 🤔

Copy link
Contributor Author

Choose a reason for hiding this comment

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

oh yea, i ended up going back and forth playing w/ the value and ended up forgetting to put this back. I actually prefer to show the atom usage as it clarifies why we didn't use it (as I get more and more into the habit of using them especially). Added that back 👍

@haileyok haileyok merged commit 5c2e99e into main May 23, 2024
6 checks passed
@haileyok haileyok deleted the hailey/firefox-button-centering branch May 23, 2024 20:08
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