-
-
Notifications
You must be signed in to change notification settings - Fork 5.6k
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
Cleaner UI for explore page (#1253) #1255
Conversation
pgaskin
commented
Mar 14, 2017
Old | New |
---|---|
Trusted LGTM (trusting the screenshots :) |
@strk Don't worry, I have applied and tested this on my server. |
For Large screens (that's |
public/less/_explore.less
Outdated
@@ -3,6 +3,13 @@ | |||
padding-bottom: @footer-margin * 2; | |||
|
|||
.navbar { | |||
justify-content: center !important; |
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.
Please don't use important, just be more specific and you can avoid that.
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.
Done
Finished |
Would this look better if the tabs looked the same as tabs on other pages and left aligned? I'm all for a consistent look. |
@KangoV I have tried left aligned and it does not look good. |
Can this be merged now? |
@geek1011 Mind going through the other pages that have this side-menu now? 😉 |
@KangoV maybe we should build it like that entirely ;) |
@bkcsoft Do you have a list? 😉 |
@bkcsoft It looks pretty good with the admin, the repo, and the user settings, but the problem is the tabs do not scroll horizontally, but they work if I add |