mirror of
https://github.com/leoherzog/TorrentParts.git
synced 2026-01-23 19:58:03 -08:00
Add Dynamic Torrent File Download Tooltip
This commit is contained in:
18
index.html
18
index.html
@@ -77,15 +77,21 @@
|
||||
</button>
|
||||
|
||||
<div id="share">
|
||||
<div>
|
||||
<button id="copyURL" aria-label="Copy this torrent.parts link to the clipboard">
|
||||
<span class="fas fa-share-alt fa-2x" data-fa-transform="left-1"></span>
|
||||
</button>
|
||||
<button id="copyMagnet" aria-label="Copy this Magnet URL to the clipboard">
|
||||
<span class="fas fa-magnet fa-2x" data-fa-transform="down-1"></span>
|
||||
</button>
|
||||
<button id="downloadTorrent" aria-label="Download this as a Torrent file">
|
||||
<span class="fas fa-file-download fa-2x"></span>
|
||||
</button>
|
||||
</div>
|
||||
<div>
|
||||
<button id="copyMagnet" aria-label="Copy this Magnet URL to the clipboard">
|
||||
<span class="fas fa-magnet fa-2x" data-fa-transform="down-1"></span>
|
||||
</button>
|
||||
</div>
|
||||
<div id="downloadTorrentWrapper">
|
||||
<button id="downloadTorrent" aria-label="Download this as a Torrent file">
|
||||
<span class="fas fa-file-download fa-2x"></span>
|
||||
</button>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="property">
|
||||
|
||||
Reference in New Issue
Block a user