This repository was archived by the owner on Jul 16, 2018. It is now read-only.
Bug 896664 Split#534
Closed
shaj02 wants to merge 1 commit intomozilla:masterfrom
Closed
Conversation
Fixed incorrect chevron ( > [arrow], issues with the mobile responsive layout of this website. I modified the CSS tags in the file ui.less, where the focus was mainly on the media tags. Specifically, I added 10 to 20 pixels of space between each panel. I also increased the bottom spacing to make the content less cluttered for a mobile user.
Contributor
There was a problem hiding this comment.
inline style attributes are not allowed in our code. Please make this a class="..." and then have a specific-enough rule in the stylesheet for controlling this margin.
Collaborator
|
Closed as incomplete https://bugzilla.mozilla.org/show_bug.cgi?id=896664 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixed incorrect chevron ( > [arrow], issues with the mobile responsive layout of this website. I modified the CSS tags in the file ui.less, where the focus was mainly on the media tags. Specifically, I added 10 to 20 pixels of space between each panel. I also increased the bottom spacing to make the content less cluttered for a mobile user.