Center Web Remote Landscape
This commit is contained in:
parent
e1ccf32c2d
commit
c24c4396ce
1 changed files with 6 additions and 5 deletions
|
@ -1051,9 +1051,8 @@ input[type=range].web-slider::-webkit-slider-runnable-track {
|
||||||
.player-panel {
|
.player-panel {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
}
|
justify-content: center;
|
||||||
.player_top {
|
padding: 40px;
|
||||||
width: 100%;
|
|
||||||
}
|
}
|
||||||
.player_bottom {
|
.player_bottom {
|
||||||
display: flex;
|
display: flex;
|
||||||
|
@ -1061,12 +1060,14 @@ input[type=range].web-slider::-webkit-slider-runnable-track {
|
||||||
align-items: center;
|
align-items: center;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
margin: 0 auto;
|
max-width: 50vw;
|
||||||
|
margin: 0;
|
||||||
|
padding: 0 16px;
|
||||||
}
|
}
|
||||||
.media-artwork {
|
.media-artwork {
|
||||||
width: 45vw;
|
width: 45vw;
|
||||||
height: 45vw;
|
height: 45vw;
|
||||||
margin: 60px;
|
margin: 0;
|
||||||
}
|
}
|
||||||
.player-song-title {
|
.player-song-title {
|
||||||
font-size: 2em;
|
font-size: 2em;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue