Adjust chat username max width

This commit is contained in:
Kalle
2023-10-18 22:54:02 +03:00
parent 317395fbd5
commit 9b727fbe41

View File

@@ -1378,7 +1378,7 @@ dialog::backdrop {
font-weight: var(--semi-bold);
font-size: var(--fonts-sm);
color: var(--chat-user-color);
max-width: 130px;
max-width: 110px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;