[web] Fix height of cover art, preventing seeking the audio

This commit is contained in:
Alain Nussbaumer 2023-11-26 21:58:15 +01:00
parent 26089a05e0
commit a828356e0e

View File

@ -124,7 +124,7 @@ a.navbar-item {
}
img {
border-radius: $radius-large;
max-height: calc(100vh - 26rem);
height: calc(100vh - 26rem);
}
&.is-masked {
filter: blur(0.5rem) opacity(0.2);