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

increase recording padding limits

This commit is contained in:
Luke Pulverenti 2013-12-22 16:11:32 -05:00
parent dc89e5fb88
commit 5a92d54d0c
7 changed files with 28 additions and 23 deletions

View file

@ -1,5 +1,5 @@
.posterItem {
margin: 8px 8px 8px 8px;
margin: 7px;
text-shadow: none;
font-weight: normal!important;
display: inline-block;
@ -139,14 +139,14 @@
height: 162px;
}
.smallBackdropPosterItem {
width: 160px;
}
.smallBackdropPosterItem .posterItemImage {
height: 90px;
.smallBackdropPosterItem {
width: 192px;
}
.smallBackdropPosterItem .posterItemImage {
height: 108px;
}
.portraitPosterItem {
width: 100px;
}
@ -221,11 +221,11 @@
}
.smallBackdropPosterItem {
width: 187px;
width: 224px;
}
.smallBackdropPosterItem .posterItemImage {
height: 105px;
height: 126px;
}
.storeItem, .storePosterItem {