mirror of https://github.com/go-gitea/gitea.git
Merge pull request #1159 from davmrtl/develop
Fix "Plus" icon size in dashboard
This commit is contained in:
commit
e0036ebb0c
|
@ -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;
|
||||||
|
|
|
@ -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…
Reference in New Issue