-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Conversation
Your Render PR Server URL is https://social-app-pr-4201.onrender.com. Follow its progress at https://dashboard.render.com/web/srv-cp7osmv109ks73etmvl0. |
|
set to `38` remove some extra stuff equal height on all platforms
bf06868
to
d151ffa
Compare
@@ -92,11 +93,12 @@ export function MessageInput({ | |||
a.flex_row, | |||
t.atoms.bg_contrast_25, | |||
{ | |||
paddingHorizontal: a.p_sm.padding - 2, | |||
paddingRight: 6, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Same value :P
There was a problem hiding this comment.
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 🤔
There was a problem hiding this comment.
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 👍
Buttons on Safari, Firefox, and Chrome - respectively.