You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-11-08 21:42:24 +03:00
Left align display names irc layout
This commit is contained in:
@@ -54,7 +54,7 @@ $irc-line-height: $font-18px;
|
|||||||
flex-shrink: 0;
|
flex-shrink: 0;
|
||||||
width: var(--name-width);
|
width: var(--name-width);
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
text-align: right;
|
text-align: left;
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
overflow: visible;
|
overflow: visible;
|
||||||
|
|||||||
Reference in New Issue
Block a user