Fix player cover image overlaping with queue
This commit is contained in:
parent
e588a72820
commit
19da87d061
|
@ -0,0 +1 @@
|
|||
Fix player cover image overlapping queue list
|
|
@ -138,8 +138,10 @@
|
|||
top: 0;
|
||||
width: 32%;
|
||||
> img {
|
||||
height: 50vh;
|
||||
width: 50vh;
|
||||
width: 100%;
|
||||
height: auto;
|
||||
max-height: 50vh;
|
||||
max-width: 50vh;
|
||||
}
|
||||
@include media("<desktop") {
|
||||
padding: 0.5em;
|
||||
|
|
Loading…
Reference in New Issue