-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Account height #2312
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
Account height #2312
Changes from all commits
60a9b9c
83ec75f
1a55892
2e28b01
d40b776
eba7e34
4f990bf
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -51,8 +51,8 @@ | |
} | ||
|
||
.form__input { | ||
width: 100%; | ||
min-width: #{360 / $base-font-size}rem; | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I gave you bad instructions here because I didn't realize that deleting this line will cause the inputs to be too narrow on large screens. 🤦♀️ Thinking this through... Option A - We put it back as it was before and merge this PR which fixes the background color issue. Option B - The not perfect but very good fix.
The "perfect" fix would involve a There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Hey, thank you for the review. Right now, I will work on option B.
Sure, I will work on the perfect fix, but not immediately. I will address it later. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Re: "perfect" fix, I actually have a CSS which I think is good but this didn't seem like the right PR for it.
|
||
max-width: 90vw; | ||
width: #{360 / $base-font-size}rem; | ||
height: #{40 / $base-font-size}rem; | ||
font-size: #{16 / $base-font-size}rem; | ||
@include themify() { | ||
|
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.
Perfect ⭐