Left align display names irc layout

This commit is contained in:
Jorik Schellekens 2020-07-27 15:20:50 +01:00
parent 8460175389
commit 1a9487f1be

View File

@ -54,7 +54,7 @@ $irc-line-height: $font-18px;
flex-shrink: 0;
width: var(--name-width);
text-overflow: ellipsis;
text-align: right;
text-align: left;
display: flex;
align-items: center;
overflow: visible;