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;
|
top: 0;
|
||||||
width: 32%;
|
width: 32%;
|
||||||
> img {
|
> img {
|
||||||
height: 50vh;
|
width: 100%;
|
||||||
width: 50vh;
|
height: auto;
|
||||||
|
max-height: 50vh;
|
||||||
|
max-width: 50vh;
|
||||||
}
|
}
|
||||||
@include media("<desktop") {
|
@include media("<desktop") {
|
||||||
padding: 0.5em;
|
padding: 0.5em;
|
||||||
|
|
Loading…
Reference in New Issue