increase recording padding limits
This commit is contained in:
parent
dc89e5fb88
commit
5a92d54d0c
7 changed files with 28 additions and 23 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue