forked from noxious/client
NQ-63 truncate character name in select screen and hud
This commit is contained in:
@ -82,6 +82,12 @@ const socket = useSocketStore();
|
||||
span, label {
|
||||
font-size: 14px;
|
||||
}
|
||||
.player-name {
|
||||
text-overflow: ellipsis;
|
||||
overflow: hidden;
|
||||
white-space: nowrap;
|
||||
max-width: 125px;
|
||||
}
|
||||
}
|
||||
|
||||
.player-details {
|
||||
|
Reference in New Issue
Block a user