-
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
Lines of header improved #7312 #7445
Conversation
Codecov Report
@@ Coverage Diff @@
## master #7445 +/- ##
===========================================
+ Coverage 54.98% 81.90% +26.91%
===========================================
Files 97 97
Lines 6965 5615 -1350
===========================================
+ Hits 3830 4599 +769
+ Misses 3135 1016 -2119
|
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 work @NitinBhasneria. Thanks.
@cesswairimu can you approve and merge this pr please? |
@nstjean Can you have a look at this and review this, please. |
I do see the slight line in the header. However I'm not sure adjusting the media query is the best tactic. It is better to figure out what's causing that line to appear, it could be something that pops up again down the road. |
I think the media query is the reason because the navbar of width less then 576 and greater then 576px both appears at 576px due to this the line appears |
But we don't know what CSS is causing the line. A media query doesn't do anything by itself, it just tells the browser which CSS to use. If there's a line then something is creating it. |
Then I will look at it once more. |
Ping me when done! |
@nstjean I got where were the CSS error and I have removed the unnecessary CSS. Review it @SidharthBansal @cesswairimu @nstjean |
Sorry @NitinBhasneria I now understand the line you were talking about. Can we get a screenshot after this change? Also please rebase so that travis can pass. Thanks |
@cesswairimu |
Great, thanks |
Thanks @NitinBhasneria |
Fixes #7312
Line on header at width 768px #7312
Make sure these boxes are checked before your pull request (PR) is ready to be reviewed and merged. Thanks!
rake test
@publiclab/reviewers
for help, in a comment belowIf tests do fail, click on the red
X
to learn why by reading the logs.Please be sure you've reviewed our contribution guidelines at https://publiclab.org/contributing-to-public-lab-software

Thanks!