add new guide settings
This commit is contained in:
parent
63d66a049a
commit
faeb1c6d22
7 changed files with 87 additions and 21 deletions
|
@ -511,7 +511,6 @@
|
|||
}
|
||||
}
|
||||
|
||||
|
||||
@media all and (min-width: 1600px) {
|
||||
|
||||
.portraitCard-scalable {
|
||||
|
@ -521,6 +520,10 @@
|
|||
.smallBackdropCard-scalable {
|
||||
width: 12.5%;
|
||||
}
|
||||
|
||||
.backdropCard-scalable {
|
||||
width: 20%;
|
||||
}
|
||||
}
|
||||
|
||||
@media all and (min-width: 1800px) {
|
||||
|
@ -582,3 +585,11 @@
|
|||
.layout-tv .personCard-scalable {
|
||||
width: 14.285714285714285714285714285714%;
|
||||
}
|
||||
|
||||
|
||||
@media all and (min-width: 1600px) {
|
||||
|
||||
.layout-tv .backdropCard-scalable {
|
||||
width: 25%;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue