mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-11-08 18:04:14 +01:00
Merge pull request #1159 from davmrtl/develop
Fix "Plus" icon size in dashboard
This commit is contained in:
commit
e0036ebb0c
2 changed files with 2 additions and 2 deletions
|
@ -866,7 +866,7 @@ ol.linenums {
|
|||
border-top-right-radius: .3em;
|
||||
}
|
||||
#dashboard-new-repo .octicon {
|
||||
font-size: 2em;
|
||||
font-size: 20px;
|
||||
}
|
||||
#dashboard-new-repo-menu {
|
||||
top: 33px;
|
||||
|
|
|
@ -159,7 +159,7 @@
|
|||
padding-top: 6px;
|
||||
margin-right: 1px;
|
||||
.octicon {
|
||||
font-size: 2em;
|
||||
font-size: 20px;
|
||||
}
|
||||
border-top-left-radius: .3em;
|
||||
border-top-right-radius: .3em;
|
||||
|
|
Loading…
Reference in a new issue