Add TVDB rating image to info page

This commit is contained in:
JonnyWong16 2021-03-04 17:12:01 -08:00
parent 9847360dc6
commit b45de48019
No known key found for this signature in database
GPG key ID: B1F1F9807184697A
3 changed files with 11 additions and 0 deletions

View file

@ -4092,6 +4092,11 @@ a:hover .overlay-refresh-image:hover {
background-image: url(../images/rating/themoviedb.svg);
background-size: auto 16px !important;
}
.rating-thetvdb {
width: 72px !important;
background-image: url(../images/rating/thetvdb.svg);
background-size: auto 36px !important;
}
.rating-rottentomatos-ripe {
background-image: url(../images/rating/tomato-ripe.svg);
}