mirror of
https://github.com/PaiGramTeam/PaiGram.git
synced 2024-11-16 04:35:49 +00:00
9 lines
117 B
CSS
9 lines
117 B
CSS
.username {
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
white-space: nowrap;
|
|
}
|
|
.player {
|
|
margin-left: 50px;
|
|
}
|