mirror of
https://github.com/Sonarr/Sonarr.git
synced 2024-10-30 07:22:35 +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="row series-page-header">
|
||||||
<div class="col-md-12">
|
<div class="visible-lg col-lg-2">
|
||||||
<div class="row">
|
{{poster}}
|
||||||
|
</div>
|
||||||
|
<div class="col-md-12 col-lg-10">
|
||||||
|
<div>
|
||||||
<h1>
|
<h1>
|
||||||
<i class="x-monitored" title="Toggle monitored state for entire series"/>
|
<i class="x-monitored" title="Toggle monitored state for entire series"/>
|
||||||
{{title}}
|
{{title}}
|
||||||
@ -20,10 +23,10 @@
|
|||||||
</div>
|
</div>
|
||||||
</h1>
|
</h1>
|
||||||
</div>
|
</div>
|
||||||
<div class="row series-detail-overview">
|
<div class="series-detail-overview">
|
||||||
{{overview}}
|
{{overview}}
|
||||||
</div>
|
</div>
|
||||||
<div id="info" class="row series-info"></div>
|
<div id="info" class="series-info"></div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div id="seasons"></div>
|
<div id="seasons"></div>
|
||||||
|
@ -59,7 +59,7 @@
|
|||||||
.opacity(0.9);
|
.opacity(0.9);
|
||||||
background : #000000;
|
background : #000000;
|
||||||
color : #ffffff;
|
color : #ffffff;
|
||||||
padding : 30px 30px;
|
padding : 30px 15px;
|
||||||
margin : 50px 10px;
|
margin : 50px 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user