mirror of
https://github.com/zedeus/nitter.git
synced 2025-12-08 04:55:37 -05:00
Improve verified badges
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user