This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
Repositories
Datasets
Forum
实训
竞赛
大数据
应用
Register
Sign In
OpenI
/
aiforge
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
128
Wiki
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
Browse Source
Apply padding to approval icons on PR list (
#11622
)
Co-authored-by: techknowlogick <techknowlogick@gitea.io> Co-authored-by: zeripath <art27@cantab.net>
tags/v1.13.0-rc1
Cirno the Strongest
GitHub
5 years ago
parent
f1b3b732aa
commit
0afcfd06f8
1 changed files
with
6 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+6
-0
web_src/less/_repository.less
+ 6
- 0
web_src/less/_repository.less
View File
@@ -2489,6 +2489,12 @@
padding-top: 5px;
color: #999999;
.waiting,
.approvals,
.rejects {
padding-left: 5px;
}
.checklist {
padding-left: 5px;
Write
Preview
Loading…
Cancel
Save