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

increase max width of detail column

This commit is contained in:
Luke Pulverenti 2013-04-06 13:40:43 -04:00
parent e597354990
commit b4c3fba8a1

View file

@ -716,7 +716,7 @@ progress {
display: inline-block; display: inline-block;
width: 45%; width: 45%;
padding-left: 20px; padding-left: 20px;
max-width: 800px; max-width: 1000px;
} }
.galleryImage { .galleryImage {