diff options
author | silverwind <me@silverwind.io> | 2019-02-07 18:20:26 +0100 |
---|---|---|
committer | Lauris BH <lauris@nix.lv> | 2019-02-07 19:20:26 +0200 |
commit | 6606d650fa3b45f64e9660ddcff6113e9eb501fe (patch) | |
tree | cb6d62637e98ea219478a951556aae60a96e1636 /public/less | |
parent | f51e7ed18e1aa2e8a883d6851f123756a7bc9a16 (diff) | |
download | gitea-6606d650fa3b45f64e9660ddcff6113e9eb501fe.tar.gz gitea-6606d650fa3b45f64e9660ddcff6113e9eb501fe.zip |
UI: Fix repo header issues (#5995)
Fixes: https://github.com/go-gitea/gitea/issues/5985
Diffstat (limited to 'public/less')
-rw-r--r-- | public/less/_repository.less | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/public/less/_repository.less b/public/less/_repository.less index 5973932e1b..18f5000951 100644 --- a/public/less/_repository.less +++ b/public/less/_repository.less @@ -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; |