Skip to content

Commit

Permalink
UI: Fix repo header issues
Browse files Browse the repository at this point in the history
  • Loading branch information
silverwind committed Feb 7, 2019
1 parent f51e7ed commit 5543417
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
2 changes: 1 addition & 1 deletion public/css/index.css

Large diffs are not rendered by default.

9 changes: 3 additions & 6 deletions public/less/_repository.less
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,7 @@
padding-top: 15px;
padding-bottom: @footer-margin * 2;

.header-grid {
padding-top: 5px;
padding-bottom: 5px;
.repo-header {
.ui.compact.menu {
margin-left: 1rem;
}
Expand All @@ -19,10 +17,10 @@
}
.ui.huge.breadcrumb {
font-weight: 400;
font-size: 1.7rem;
font-size: 1.5rem;
}
.fork-flag {
margin-left: @mega-octicon-width + 8px;
margin-left: @mega-octicon-width + 6px;
margin-top: 3px;
display: block;
font-size: 12px;
Expand Down Expand Up @@ -1867,7 +1865,6 @@ tbody.commit-list {
flex-wrap: wrap;
}

.repo-header .repo-title,
.repo-header .repo-buttons {
display: flex;
align-items: center;
Expand Down

0 comments on commit 5543417

Please sign in to comment.