Browse Source

UI: Fix repo header issues (#5995)

Fixes: https://github.com/go-gitea/gitea/issues/5985
tags/v1.21.12.1
silverwind Lauris BH 7 years ago
parent
commit
6606d650fa
2 changed files with 4 additions and 7 deletions
  1. +1
    -1
      public/css/index.css
  2. +3
    -6
      public/less/_repository.less

+ 1
- 1
public/css/index.css
File diff suppressed because it is too large
View File


+ 3
- 6
public/less/_repository.less View File

@@ -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;
}
@@ -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;
@@ -1867,7 +1865,6 @@ tbody.commit-list {
flex-wrap: wrap;
}

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


Loading…
Cancel
Save