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:
parent
7761245d08
commit
b918609acc
8 changed files with 28 additions and 14 deletions
|
@ -1484,8 +1484,12 @@
|
|||
margin-right: 0;
|
||||
}
|
||||
|
||||
.svg {
|
||||
margin: 0 .25em 0 0;
|
||||
}
|
||||
|
||||
> div {
|
||||
display: inline-flex;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue