mirror of
https://gitlab.com/SIGBUS/nyaa.git
synced 2024-12-22 19:00:07 +00:00
Improve breaking of button groups.
This commit is contained in:
parent
f215f0803c
commit
8da628136f
|
@ -55,6 +55,7 @@
|
||||||
</label>
|
</label>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</div>
|
</div>
|
||||||
|
<div class="hidden-xl"><br></div>
|
||||||
<div class="btn-group" data-toggle="buttons">
|
<div class="btn-group" data-toggle="buttons">
|
||||||
<label class="btn btn-danger {% if torrent.remake %}active{% endif %}" title="This torrent is derived from another release">
|
<label class="btn btn-danger {% if torrent.remake %}active{% endif %}" title="This torrent is derived from another release">
|
||||||
{{ form.is_remake }}
|
{{ form.is_remake }}
|
||||||
|
|
|
@ -53,6 +53,7 @@
|
||||||
Hidden
|
Hidden
|
||||||
</label>
|
</label>
|
||||||
</div>
|
</div>
|
||||||
|
<div class="hidden-xl hidden-lg"><br></div>
|
||||||
<div class="btn-group" data-toggle="buttons">
|
<div class="btn-group" data-toggle="buttons">
|
||||||
|
|
||||||
<label class="btn btn-danger" title="This torrent is derived from another release">
|
<label class="btn btn-danger" title="This torrent is derived from another release">
|
||||||
|
|
Loading…
Reference in a new issue