mirror of
https://github.com/owntone/owntone-server.git
synced 2024-12-27 15:45:56 -05:00
[web] Fix height of cover art, preventing seeking the audio
This commit is contained in:
parent
26089a05e0
commit
a828356e0e
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user