mirror of
https://github.com/PaiGramTeam/PamGram.git
synced 2024-11-22 06:17:54 +00:00
12 lines
163 B
CSS
12 lines
163 B
CSS
.username {
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
white-space: nowrap;
|
|
}
|
|
.player {
|
|
margin-left: 50px;
|
|
}
|
|
.head {
|
|
background-size: cover!important;
|
|
}
|