always put @handles on a new line. undo some needless changes from prev cmmt
This commit is contained in:
parent
b9a2ceca35
commit
b8791ae79b
|
@ -409,9 +409,9 @@
|
||||||
.display-name {
|
.display-name {
|
||||||
display: block;
|
display: block;
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
//overflow: hidden;
|
overflow: hidden;
|
||||||
//white-space: nowrap;
|
white-space: nowrap;
|
||||||
//text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
cursor: default;
|
cursor: default;
|
||||||
|
|
||||||
strong {
|
strong {
|
||||||
|
|
|
@ -779,7 +779,7 @@
|
||||||
.status__info .status__display-name {
|
.status__info .status__display-name {
|
||||||
display: block;
|
display: block;
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
padding-right: 25px;
|
//padding-right: 25px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.status__info {
|
.status__info {
|
||||||
|
@ -1386,6 +1386,15 @@
|
||||||
|
|
||||||
.display-name__account {
|
.display-name__account {
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
|
display: block;
|
||||||
|
line-height: 1.1; // reduce the distance from the display name
|
||||||
|
padding-bottom: 3px;
|
||||||
|
|
||||||
|
// block ellipsis
|
||||||
|
max-width: 100%;
|
||||||
|
overflow: hidden;
|
||||||
|
text-overflow: ellipsis;
|
||||||
|
white-space: nowrap;
|
||||||
}
|
}
|
||||||
|
|
||||||
.status__relative-time,
|
.status__relative-time,
|
||||||
|
|
|
@ -156,9 +156,9 @@
|
||||||
.display-name {
|
.display-name {
|
||||||
display: block;
|
display: block;
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
//overflow: hidden;
|
overflow: hidden;
|
||||||
//white-space: nowrap;
|
white-space: nowrap;
|
||||||
//text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
|
|
||||||
strong {
|
strong {
|
||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
|
|
Reference in New Issue