Browse Source

Merge pull request #1159 from davmrtl/develop

Fix "Plus" icon size in dashboard
master
无闻 10 years ago
parent
commit
e0036ebb0c
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      public/ng/css/gogs.css
  2. +1
    -1
      public/ng/less/gogs/dashboard.less

+ 1
- 1
public/ng/css/gogs.css View File

@@ -866,7 +866,7 @@ ol.linenums {
border-top-right-radius: .3em; border-top-right-radius: .3em;
} }
#dashboard-new-repo .octicon { #dashboard-new-repo .octicon {
font-size: 2em;
font-size: 20px;
} }
#dashboard-new-repo-menu { #dashboard-new-repo-menu {
top: 33px; top: 33px;


+ 1
- 1
public/ng/less/gogs/dashboard.less View File

@@ -159,7 +159,7 @@
padding-top: 6px; padding-top: 6px;
margin-right: 1px; margin-right: 1px;
.octicon { .octicon {
font-size: 2em;
font-size: 20px;
} }
border-top-left-radius: .3em; border-top-left-radius: .3em;
border-top-right-radius: .3em; border-top-right-radius: .3em;


Loading…
Cancel
Save