Fixing tooltip mobile.

This commit is contained in:
Dessalines 2018-11-28 22:03:40 -07:00
parent c2cde30aa8
commit 5720c34296
1 changed files with 1 additions and 1 deletions

View File

@ -123,7 +123,7 @@ export class Search extends Component<any, State> {
{moment(torrent.created_unix * 1000).fromNow()}
</td>
<td class="text-right">
<a data-balloon="Magnet link" data-balloon-pos="down" class="btn btn-sm" href={magnetLink(torrent.infohash)}>
<a data-balloon="Magnet link" data-balloon-pos="left" class="btn btn-sm" href={magnetLink(torrent.infohash)}>
<i class="fas fa-fw fa-magnet"></i>
</a>
<a data-balloon="Report Torrent" data-balloon-pos="left" class="btn btn-sm d-none d-md-inline" href={`https://gitlab.com/dessalines/torrents.csv/issues/new?issue[assignee_id]=&issue[milestone_id]=&issue[title]=Report%20Torrent%20infohash%20${torrent.infohash}`}>