Improve verified badges
This commit is contained in:
parent
a9826151e9
commit
22e98edf4e
3 changed files with 19 additions and 6 deletions
|
@ -109,6 +109,16 @@ a:hover {
|
|||
color: #f8f8f2;
|
||||
}
|
||||
|
||||
.verified-icon {
|
||||
color: #fff;
|
||||
background-color: #1da1f2;
|
||||
border-radius: 50%;
|
||||
display: inline-block;
|
||||
text-align: center;
|
||||
margin-left: 4px;
|
||||
width: 18px;
|
||||
}
|
||||
|
||||
.status-el .media-heading .heading-right {
|
||||
display: flex;
|
||||
flex-shrink: 0;
|
||||
|
@ -391,6 +401,10 @@ nav {
|
|||
text-overflow: ellipsis;
|
||||
}
|
||||
|
||||
.profile-card-name span {
|
||||
width: 22px;
|
||||
}
|
||||
|
||||
.profile-card-username {
|
||||
font-size: 14px;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue