Fix player cover image overlaping with queue

This commit is contained in:
Mathias Koehler 2022-07-22 03:22:05 +02:00 committed by JuniorJPDJ
parent e588a72820
commit 19da87d061
2 changed files with 5 additions and 2 deletions

View File

@ -0,0 +1 @@
Fix player cover image overlapping queue list

View File

@ -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;