Improve badge css
This commit is contained in:
parent
7667371f5f
commit
da03515695
|
@ -82,7 +82,6 @@ a:hover {
|
||||||
padding: 0;
|
padding: 0;
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
line-height: 18px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.status-el .media-heading .heading-name-row .name-and-account-name {
|
.status-el .media-heading .heading-name-row .name-and-account-name {
|
||||||
|
@ -115,8 +114,12 @@ a:hover {
|
||||||
border-radius: 50%;
|
border-radius: 50%;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
vertical-align: middle;
|
||||||
margin-left: 4px;
|
margin-left: 4px;
|
||||||
width: 18px;
|
height: 14px;
|
||||||
|
width: 14px;
|
||||||
|
font-size: 10px;
|
||||||
|
margin-bottom: 2px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.status-el .media-heading .heading-right {
|
.status-el .media-heading .heading-right {
|
||||||
|
@ -401,10 +404,6 @@ nav {
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
}
|
}
|
||||||
|
|
||||||
.profile-card-name span {
|
|
||||||
width: 22px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.profile-card-username {
|
.profile-card-username {
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue