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

Make comic page not overflow horizontally

Should fix #3378 and possibly jellyfin/jellyfin-expo#382

Note: image does not get centered vertically, but stays at the top.
This commit is contained in:
rourien 2022-07-24 19:30:19 -06:00 committed by GitHub
parent d9a4dc3dad
commit 26b1b88183
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -12,5 +12,6 @@
.swiper-slide-img {
max-height: 100%;
max-width:100%;
}
}