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>
for-closed-social
Cirno the Strongest
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
6 additions and
0 deletions
-
web_src/less/_repository.less
|
|
@ -2489,6 +2489,12 @@ |
|
|
|
padding-top: 5px; |
|
|
|
color: #999999; |
|
|
|
|
|
|
|
.waiting, |
|
|
|
.approvals, |
|
|
|
.rejects { |
|
|
|
padding-left: 5px; |
|
|
|
} |
|
|
|
|
|
|
|
.checklist { |
|
|
|
padding-left: 5px; |
|
|
|
|
|
|
|