1
0
Fork 0
forked from forgejo/forgejo

Use custom SVGs for commit signing lock icon (#12017)

* Use custom SVGs for commit signing lock icon

* missing spans

* editorconfig

* xmlns and remove aria-hidden

Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
Co-authored-by: techknowlogick <techknowlogick@gitea.io>
This commit is contained in:
Cirno the Strongest 2020-06-28 06:05:50 +02:00 committed by GitHub
parent 7761245d08
commit b918609acc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 28 additions and 14 deletions

View file

@ -1484,8 +1484,12 @@
margin-right: 0;
}
.svg {
margin: 0 .25em 0 0;
}
> div {
display: inline-flex;
display: flex;
align-items: center;
}
}