Change report button to btn-xs as a temporary fix.

This commit is contained in:
Alex Ingram 2017-06-05 00:45:50 -05:00 committed by GitHub
parent 7540b0c86b
commit 0a12db74d0
1 changed files with 1 additions and 1 deletions

View File

@ -74,7 +74,7 @@
<div class="panel-footer clearfix">
{% if torrent.has_torrent %}<a href="{{ url_for('download_torrent', torrent_id=torrent.id )}}"><i class="fa fa-download fa-fw"></i>Download Torrent</a> or {% endif %}<a href="{{ torrent.magnet_uri }}" class="card-footer-item"><i class="fa fa-magnet fa-fw"></i>Magnet</a>
<button type="button" class="btn btn-danger pull-right" data-toggle="modal" data-target="#reportModal">
<button type="button" class="btn btn-xs btn-danger pull-right" data-toggle="modal" data-target="#reportModal">
Report
</button>
</div>