mirror of
https://github.com/Radarr/Radarr.git
synced 2024-11-04 10:02:40 +01:00
New: Added poster to Series Details overview in the large screen width category.
This commit is contained in:
parent
8bf1d512c2
commit
77edf53c6a
@ -1,6 +1,9 @@
|
||||
<div class="row series-page-header">
|
||||
<div class="col-md-12">
|
||||
<div class="row">
|
||||
<div class="visible-lg col-lg-2">
|
||||
{{poster}}
|
||||
</div>
|
||||
<div class="col-md-12 col-lg-10">
|
||||
<div>
|
||||
<h1>
|
||||
<i class="x-monitored" title="Toggle monitored state for entire series"/>
|
||||
{{title}}
|
||||
@ -20,10 +23,10 @@
|
||||
</div>
|
||||
</h1>
|
||||
</div>
|
||||
<div class="row series-detail-overview">
|
||||
<div class="series-detail-overview">
|
||||
{{overview}}
|
||||
</div>
|
||||
<div id="info" class="row series-info"></div>
|
||||
<div id="info" class="series-info"></div>
|
||||
</div>
|
||||
</div>
|
||||
<div id="seasons"></div>
|
||||
|
@ -59,7 +59,7 @@
|
||||
.opacity(0.9);
|
||||
background : #000000;
|
||||
color : #ffffff;
|
||||
padding : 30px 30px;
|
||||
padding : 30px 15px;
|
||||
margin : 50px 10px;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user