Allow setting a custom verified icon

This commit is contained in:
Alex Gleason 2022-03-05 13:55:41 -06:00
parent 583de44b35
commit 067e3a26f5
No known key found for this signature in database
GPG key ID: 7211D1F99744FBB7
4 changed files with 4 additions and 4 deletions

Binary file not shown.

View file

@ -84,7 +84,7 @@
}
}
.svg-icon:first-child {
> .svg-icon:first-child {
height: 20px;
width: 20px;
min-width: 20px;

View file

@ -730,12 +730,12 @@ article:last-child > .domain {
}
.verified-icon {
display: inline-block;
display: inline-flex;
margin: 0 4px 0 1px;
vertical-align: top;
position: relative;
width: 15px;
height: 15px;
width: 20px;
height: 20px;
flex-shrink: 0;
.svg-icon svg > .bg {