-
Notifications
You must be signed in to change notification settings - Fork 2.9k
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 the weird links on the Footer #306
Conversation
src/style/StyleSheet.js
Outdated
@@ -259,6 +259,9 @@ const styles = { | |||
sidebarFooterLink: { | |||
color: '#C6C9CA', | |||
fontSize: 11, | |||
textDecorationLine: 'none', | |||
fontFamily: 'GTAmericaExp-Regular', | |||
lineHeight: '20px', |
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.
Did you check that this isn't going to make iOS puke?
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.
Good point, I am testing this now
It's strange that the fontSize does indeed get the |
Are you sure you're setting |
Yup, I am sure I am setting it as a number and not a string. |
Yeah I ran into the same issue which is why I had to specifically declare '20px' instead of 20 |
OK, I think I know what's causing this. Since |
OK, I think I know what we need to do. We can ONLY use
This is kind of my bad... what I would suggest is renaming |
Okay this is updated and ready for another look! |
🤦 My bad I meant to just approve these changes (I pulled and tested on both web and iOS) and not merge, I haven't had enough coffee yet. Apologies @tgolen ! |
I am going to add this to my I need more coffee moments https://docs.google.com/document/d/10eIm0CQy8uqs9y4CtFbBEFgOLTACTnq9qoMNlzOE8aA/edit?usp=sharing |
Haha, no worries, Shawn 👍 It's all good here. Thanks for the changes, Jack! |
Log into the app on web, make sure the links iOS and Android look similar to the
Desktop
andSign out
links