mirror of
https://github.com/Sonarr/Sonarr.git
synced 2024-12-16 11:37:58 +02:00
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>
|
</div>
|
||||||
</span>
|
</span>
|
||||||
</h2>
|
</h2>
|
||||||
<div class="x-episode-grid table-responsive"></div>
|
|
||||||
<div class="show-hide-episodes x-show-hide-episodes">
|
<div class="show-hide-episodes x-show-hide-episodes">
|
||||||
<h4>
|
<h4>
|
||||||
{{#if showingEpisodes}}
|
{{#if showingEpisodes}}
|
||||||
@ -43,4 +42,5 @@
|
|||||||
{{/if}}
|
{{/if}}
|
||||||
</h4>
|
</h4>
|
||||||
</div>
|
</div>
|
||||||
|
<div class="x-episode-grid table-responsive"></div>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user