mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-19 21:44:30 -04:00
Series title will be shown as alt text when series doesn't have poster (poster view)
Fixed: Series without posters will use text instead of image on poster view
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
<div class="ended-banner">Ended</div>
|
||||
{{/unless_eq}}
|
||||
<a href="{{route}}">
|
||||
<img class="series-poster" src="{{poster}}" {{defaultImg}}>
|
||||
<img class="series-poster" src="{{poster}}" alt="{{title}}">
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -160,6 +160,10 @@
|
||||
|
||||
.series-poster {
|
||||
width : 168px;
|
||||
height : 247px;
|
||||
display : block;
|
||||
font-size : 34px;
|
||||
line-height : 34px;
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -275,7 +279,6 @@
|
||||
vertical-align : middle !important;
|
||||
}
|
||||
|
||||
|
||||
.seasonpass-series {
|
||||
.season-pass-button {
|
||||
display : inline-block;
|
||||
|
||||
Reference in New Issue
Block a user