-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
UI: Repo header tweaks #5945
UI: Repo header tweaks #5945
Conversation
Codecov Report
@@ Coverage Diff @@
## master #5945 +/- ##
========================================
Coverage ? 38.7%
========================================
Files ? 330
Lines ? 48642
Branches ? 0
========================================
Hits ? 18825
Misses ? 27090
Partials ? 2727 Continue to review full report at Codecov.
|
- Use basic buttons on the header buttons, matching gogs - Make 'Manage topic' text smaller, remove margin-left with no topics present - Move various inline styles to CSS - Use flexbox on header title and buttons
public/less/_repository.less
Outdated
@media only screen and (max-width: 768px) { | ||
width: 100%; | ||
} | ||
@media only screen and (max-width: 768px) { |
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.
This formatting looks a little off
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.
It isn't really off, just made it consistent to 4-space indent. But now that I look at it, I'm not sure this will even work, you usually wrap selectors inside a media query, not the other way around, fixing that.
After screenshot updated, now centered |
present
Before
After
Note: The missing icon on the watch button is not related to this commit, some kind of font cache issue on my side.