mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
added error handling to image tag generation
This commit is contained in:
parent
8062c8c011
commit
a6ae6b7c2d
5 changed files with 50 additions and 26 deletions
|
@ -195,6 +195,10 @@
|
|||
}
|
||||
|
||||
.starRating + .rottentomatoesicon {
|
||||
margin-left: 1em;
|
||||
}
|
||||
|
||||
.smallPosterTileItem .starRating + .rottentomatoesicon {
|
||||
margin-left: .5em;
|
||||
}
|
||||
|
||||
|
@ -621,9 +625,6 @@ a.itemTag:hover {
|
|||
color: #fff;
|
||||
}
|
||||
|
||||
.mediaInfoDetails {
|
||||
}
|
||||
|
||||
.mediaInfoLabel {
|
||||
color: #bbb;
|
||||
margin-right: 3px;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue