mirror of
https://github.com/owntone/owntone-server.git
synced 2024-12-28 08:05:56 -05:00
[web] Fix the cover art being distorted #1689
This commit is contained in:
parent
4b5ea11ca0
commit
ed40b5361e
@ -124,7 +124,7 @@ a.navbar-item {
|
|||||||
}
|
}
|
||||||
img {
|
img {
|
||||||
border-radius: $radius-large;
|
border-radius: $radius-large;
|
||||||
height: calc(100vh - 26rem);
|
max-height: calc(100vh - 26rem);
|
||||||
}
|
}
|
||||||
&.is-masked {
|
&.is-masked {
|
||||||
filter: blur(0.5rem) opacity(0.2);
|
filter: blur(0.5rem) opacity(0.2);
|
||||||
|
Loading…
Reference in New Issue
Block a user