Allow setting a custom verified icon
This commit is contained in:
parent
583de44b35
commit
067e3a26f5
4 changed files with 4 additions and 4 deletions
Binary file not shown.
Binary file not shown.
|
@ -84,7 +84,7 @@
|
|||
}
|
||||
}
|
||||
|
||||
.svg-icon:first-child {
|
||||
> .svg-icon:first-child {
|
||||
height: 20px;
|
||||
width: 20px;
|
||||
min-width: 20px;
|
||||
|
|
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue