#204 - Plugin catalog tile margin
This commit is contained in:
parent
6497b5a4c9
commit
cb579524df
2 changed files with 13 additions and 1 deletions
|
@ -33,6 +33,10 @@
|
|||
background-color: #999;
|
||||
}
|
||||
|
||||
.borderlessPosterItem {
|
||||
border: 0;
|
||||
}
|
||||
|
||||
.posterItemText {
|
||||
text-overflow: ellipsis;
|
||||
overflow: hidden;
|
||||
|
@ -165,6 +169,14 @@
|
|||
.portraitPosterItem .posterItemImage {
|
||||
height: 162px;
|
||||
}
|
||||
|
||||
.smallBackdropPosterItem {
|
||||
width: 192px;
|
||||
}
|
||||
|
||||
.smallBackdropPosterItem .posterItemImage {
|
||||
height: 108px;
|
||||
}
|
||||
}
|
||||
|
||||
@media all and (min-width: 1440px) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue