1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

Merge pull request #4039 from thornbill/fix-details-card-crop

Fix card cropping on item details page
This commit is contained in:
Bill Thornton 2022-10-13 10:17:53 -04:00 committed by GitHub
commit fb39a56700
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -738,6 +738,8 @@
left: 3.3%;
top: -80%;
width: 25vw;
// FIXME: the fixed width + max height cause the card to be cropped this needs a proper fix
max-height: none;
}
.layout-tv & {