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

reduced size of gallery images

This commit is contained in:
Luke Pulverenti 2013-05-16 00:16:26 -04:00
parent e9b03f82ff
commit a46c0b8a2d
2 changed files with 9 additions and 8 deletions

View file

@ -152,7 +152,8 @@
}
.galleryImage {
width: 120px;
max-height: 63px;
max-width: 300px;
}
.starRating {
@ -401,7 +402,7 @@ a.itemTag:hover {
@media all and (min-width: 750px) {
.galleryImage {
width: 150px;
max-height: 90px;
}
.viewMenuTextLink {
@ -426,9 +427,7 @@ a.itemTag:hover {
@media all and (min-width: 1200px) {
.galleryImage {
width: 180px;
}
}
@media all and (min-width: 650px) {