mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2026-04-24 22:55:21 -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:
@@ -159,7 +159,11 @@
|
||||
}
|
||||
|
||||
.series-poster {
|
||||
width : 168px;
|
||||
width : 168px;
|
||||
height : 247px;
|
||||
display : block;
|
||||
font-size : 34px;
|
||||
line-height : 34px;
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -260,9 +264,9 @@
|
||||
|
||||
.expander {
|
||||
.clickable;
|
||||
line-height: 30px;
|
||||
margin-left: 8px;
|
||||
width: 16px;
|
||||
line-height : 30px;
|
||||
margin-left : 8px;
|
||||
width : 16px;
|
||||
}
|
||||
|
||||
.season-grid {
|
||||
@@ -275,15 +279,14 @@
|
||||
vertical-align : middle !important;
|
||||
}
|
||||
|
||||
|
||||
.seasonpass-series {
|
||||
.season-pass-button {
|
||||
display: inline-block;
|
||||
width: 120px;
|
||||
display : inline-block;
|
||||
width : 120px;
|
||||
}
|
||||
|
||||
.series-monitor-toggle {
|
||||
font-size: 24px;
|
||||
margin-top: 3px;
|
||||
font-size : 24px;
|
||||
margin-top : 3px;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user