mirror of
https://github.com/PaiGramTeam/PamGram.git
synced 2024-11-25 15:42:14 +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;
|
||
|
}
|