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:
parent
e9b03f82ff
commit
a46c0b8a2d
2 changed files with 9 additions and 8 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue