Fixing tooltip mobile.
This commit is contained in:
parent
c2cde30aa8
commit
5720c34296
|
@ -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}`}>
|
||||
|
|
Loading…
Reference in New Issue