You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
8 lines
146 B
8 lines
146 B
2 years ago
|
.player_panel {
|
||
|
width: 100%;
|
||
|
position: absolute;
|
||
2 years ago
|
flex-direction: row;
|
||
2 years ago
|
align-items: stretch;
|
||
2 years ago
|
justify-content: space-between;
|
||
2 years ago
|
}
|