Fix styling of display names and account handles, make it closer to upstream
parent
6fece522f9
commit
e5dbdebc31
|
@ -360,23 +360,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
strong {
|
strong {
|
||||||
height: 18px;
|
|
||||||
font-size: 16px;
|
|
||||||
font-weight: 500;
|
|
||||||
line-height: 18px;
|
|
||||||
text-overflow: ellipsis;
|
|
||||||
overflow: hidden;
|
|
||||||
white-space: nowrap;
|
|
||||||
}
|
|
||||||
|
|
||||||
span {
|
|
||||||
display: block;
|
display: block;
|
||||||
height: 18px;
|
|
||||||
font-size: 15px;
|
|
||||||
line-height: 18px;
|
|
||||||
text-overflow: ellipsis;
|
|
||||||
overflow: hidden;
|
|
||||||
white-space: nowrap;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
> a:hover {
|
> a:hover {
|
||||||
|
|
|
@ -222,10 +222,6 @@
|
||||||
padding: 6px 0;
|
padding: 6px 0;
|
||||||
padding-right: 25px;
|
padding-right: 25px;
|
||||||
margin: initial;
|
margin: initial;
|
||||||
|
|
||||||
.display-name strong {
|
|
||||||
display: inline;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.status__avatar {
|
.status__avatar {
|
||||||
|
|
Loading…
Reference in New Issue