Move grid below show/hide button so that the button does not move when the grid is shown

pull/3113/head
Frank Riley 10 years ago
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…
Cancel
Save