Profile: Correct rendering of usernames in several lines (#2208)
This commit is contained in:
parent
1b37ccc533
commit
695e811606
@ -128,7 +128,7 @@ const ChatExtra: FC<OwnProps & StateProps> = ({
|
|||||||
stopEvent(e);
|
stopEvent(e);
|
||||||
copy(`@${nick}`, lang(isChat ? 'Link' : 'Username'));
|
copy(`@${nick}`, lang(isChat ? 'Link' : 'Username'));
|
||||||
}}
|
}}
|
||||||
className="username-link"
|
className="text-entity-link username-link"
|
||||||
>
|
>
|
||||||
{`@${nick}`}
|
{`@${nick}`}
|
||||||
</a>
|
</a>
|
||||||
|
|||||||
@ -344,10 +344,6 @@
|
|||||||
padding: 0 1.5rem;
|
padding: 0 1.5rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.username-link {
|
|
||||||
color: var(--color-links);
|
|
||||||
}
|
|
||||||
|
|
||||||
.settings-quick-reaction {
|
.settings-quick-reaction {
|
||||||
.Radio-main .label {
|
.Radio-main .label {
|
||||||
display: flex;
|
display: flex;
|
||||||
|
|||||||
@ -57,6 +57,8 @@
|
|||||||
|
|
||||||
.other-usernames {
|
.other-usernames {
|
||||||
display: block;
|
display: block;
|
||||||
|
white-space: normal;
|
||||||
|
line-height: 1.25rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.username-link {
|
.username-link {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user