mirror of
https://github.com/PaiGramTeam/MibooGram.git
synced 2024-11-25 01:29: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;
|
|
}
|