mirror of https://github.com/Radarr/Radarr
Move grid below show/hide button so that the button does not move when the grid is shown
This commit is contained in:
parent
75236118dd
commit
3991ae5748
|
@ -31,7 +31,6 @@
|
|||
</div>
|
||||
</span>
|
||||
</h2>
|
||||
<div class="x-episode-grid table-responsive"></div>
|
||||
<div class="show-hide-episodes x-show-hide-episodes">
|
||||
<h4>
|
||||
{{#if showingEpisodes}}
|
||||
|
@ -43,4 +42,5 @@
|
|||
{{/if}}
|
||||
</h4>
|
||||
</div>
|
||||
<div class="x-episode-grid table-responsive"></div>
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue