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

Merge pull request #3777 from rourien/patch-1

Make comic page not overflow horizontally
This commit is contained in:
Bill Thornton 2022-08-15 11:59:12 -04:00 committed by GitHub
commit f49a7f070c
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%;
}
}