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

adding people edit screen

This commit is contained in:
Luis Miguel Almánzar 2013-06-09 03:50:35 -04:00
parent 3ad3e48333
commit 6472d7c615
6 changed files with 308 additions and 28 deletions

View file

@ -241,7 +241,7 @@
height: 150px;
}
.backdropTileItem, .squareTileItem {
.backdropTileItem, .squareTileItem, .backdropTileItem.posterTileItem {
width: 31.5%;
}
@ -264,7 +264,7 @@
height: 170px;
}
.backdropTileItem {
.backdropTileItem, .backdropTileItem.posterTileItem {
width: 32%;
}
@ -283,7 +283,7 @@
@media all and (min-width: 1920px) {
.backdropTileItem {
.backdropTileItem, .backdropTileItem.posterTileItem {
width: 31.5%;
}
@ -309,7 +309,7 @@
}
@media all and (min-width: 2000px) {
.backdropTileItem {
.backdropTileItem, .backdropTileItem.posterTileItem {
width: 23.5%;
}
@ -335,7 +335,7 @@
}
@media all and (min-width: 2200px) {
.backdropTileItem {
.backdropTileItem, .backdropTileItem.posterTileItem {
width: 24%;
}
@ -361,7 +361,7 @@
}
@media all and (min-width: 2540px) {
.backdropTileItem {
.backdropTileItem, .backdropTileItem.posterTileItem {
width: 18.75%;
}