mirror of https://github.com/lidarr/Lidarr
New: Hidden field with series title for use with Xtender (Chrome Plugin)
This commit is contained in:
parent
e2450e2106
commit
b3136b359a
|
@ -1,6 +1,7 @@
|
|||
<div class="modal-content">
|
||||
<div class="episode-detail-modal">
|
||||
<div class="modal-header">
|
||||
<span class="hidden-series-title x-series-title">{{series.title}}</span>
|
||||
<button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button>
|
||||
|
||||
<h3>
|
||||
|
|
|
@ -282,6 +282,10 @@
|
|||
.episode-activity-details-cell .popover {
|
||||
max-width: 800px;
|
||||
}
|
||||
|
||||
.hidden-series-title {
|
||||
display : none;
|
||||
}
|
||||
}
|
||||
|
||||
.season-grid {
|
||||
|
|
Loading…
Reference in New Issue