update listviews
This commit is contained in:
parent
3197c48232
commit
1032fa887e
54 changed files with 2271 additions and 376 deletions
|
@ -24,17 +24,17 @@ i.mediaInfoItem {
|
|||
|
||||
.starRatingContainer i {
|
||||
color: #CB272A;
|
||||
width: 3vh;
|
||||
height: 3vh;
|
||||
font-size: 3vh;
|
||||
width: auto !important;
|
||||
height: auto !important;
|
||||
font-size: 120%;
|
||||
}
|
||||
|
||||
.mediaInfoItem.criticRating {
|
||||
padding-left: 3.15vh;
|
||||
padding-left: 1.5em;
|
||||
background-position: left center;
|
||||
background-repeat: no-repeat;
|
||||
background-size: auto 2.6vh;
|
||||
min-height: 2.6vh;
|
||||
background-size: auto 1.2em;
|
||||
min-height: 1.2em;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
}
|
||||
|
@ -68,10 +68,4 @@ i.mediaInfoItem {
|
|||
width: 4vh;
|
||||
height: 4vh;
|
||||
font-size: 4vh;
|
||||
}
|
||||
|
||||
.layout-tv .starRatingContainer i {
|
||||
width: 3.4vh;
|
||||
height: 3.4vh;
|
||||
font-size: 3.4vh;
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue