diff --git a/changes/changelog.d/1902.bugfix b/changes/changelog.d/1902.bugfix new file mode 100644 index 000000000..df8451842 --- /dev/null +++ b/changes/changelog.d/1902.bugfix @@ -0,0 +1 @@ +Fix player cover image overlapping queue list diff --git a/front/src/style/components/_queue.scss b/front/src/style/components/_queue.scss index b2bcde76b..45c21aaf5 100644 --- a/front/src/style/components/_queue.scss +++ b/front/src/style/components/_queue.scss @@ -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("