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

Zoom in on photo fix CSS

This commit is contained in:
samuel9554 2020-04-22 16:18:09 -04:00
parent 84bfaba9fe
commit b5705c1c21

View file

@ -133,3 +133,12 @@
.slideSubtitle { .slideSubtitle {
color: #ccc; color: #ccc;
} }
.swiper-slide {
display: flex;
flex-direction: column;
}
.slider-zoom-container {
margin: auto;
}