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

added movie trailers page

This commit is contained in:
Luke Pulverenti 2013-04-17 13:04:57 -04:00
parent 31f1e2e6dc
commit 43e42cacdf
10 changed files with 271 additions and 1 deletions

View file

@ -279,3 +279,15 @@
max-height: 200px;
}
}
@media all and (min-width: 2000px) {
.posterDetailViewItem {
width: 23.5%;
}
}
@media all and (min-width: 2540px) {
.posterDetailViewItem {
width: 18.75%;
}
}