mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Fix card cropping on item details page
This commit is contained in:
parent
b14d76a3d4
commit
0b9415a041
1 changed files with 2 additions and 0 deletions
|
@ -738,6 +738,8 @@
|
||||||
left: 3.3%;
|
left: 3.3%;
|
||||||
top: -80%;
|
top: -80%;
|
||||||
width: 25vw;
|
width: 25vw;
|
||||||
|
// FIXME: the fixed width + max height cause the card to be cropped this needs a proper fix
|
||||||
|
max-height: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.layout-tv & {
|
.layout-tv & {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue