Skip to content

Commit 6606d65

Browse files
silverwindlafriks
authored andcommitted
UI: Fix repo header issues (#5995)
Fixes: #5985
1 parent f51e7ed commit 6606d65

File tree

2 files changed

+4
-7
lines changed

2 files changed

+4
-7
lines changed

public/css/index.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

public/less/_repository.less

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,7 @@
44
padding-top: 15px;
55
padding-bottom: @footer-margin * 2;
66

7-
.header-grid {
8-
padding-top: 5px;
9-
padding-bottom: 5px;
7+
.repo-header {
108
.ui.compact.menu {
119
margin-left: 1rem;
1210
}
@@ -19,10 +17,10 @@
1917
}
2018
.ui.huge.breadcrumb {
2119
font-weight: 400;
22-
font-size: 1.7rem;
20+
font-size: 1.5rem;
2321
}
2422
.fork-flag {
25-
margin-left: @mega-octicon-width + 8px;
23+
margin-left: @mega-octicon-width + 6px;
2624
margin-top: 3px;
2725
display: block;
2826
font-size: 12px;
@@ -1867,7 +1865,6 @@ tbody.commit-list {
18671865
flex-wrap: wrap;
18681866
}
18691867

1870-
.repo-header .repo-title,
18711868
.repo-header .repo-buttons {
18721869
display: flex;
18731870
align-items: center;

0 commit comments

Comments
 (0)