mirror of
https://github.com/mmahdium/TorrentMax.git
synced 2026-08-14 17:22:49 +03:30
Improve Accessibility
This commit is contained in:
@@ -60,6 +60,7 @@ function handleSubmit() {
|
||||
<!-- Right circular button -->
|
||||
<button
|
||||
class="ml-3 w-10 h-10 flex items-center justify-center rounded-full bg-primary text-accent hover:scale-110 transition-transform duration-300 shadow-md"
|
||||
aria-label="Submit magnet link"
|
||||
@click="handleSubmit"
|
||||
>
|
||||
<svg
|
||||
|
||||
@@ -14,6 +14,7 @@ function handleFileChange(e: Event) {
|
||||
<fieldset class="fieldset w-full max-w-2/3">
|
||||
<legend class="fieldset-legend">Pick a file</legend>
|
||||
<input
|
||||
id="torrent-file"
|
||||
type="file"
|
||||
class="file-input file-input-bordered w-full border-primary bg-base-100 file-input-md"
|
||||
accept=".torrent,application/x-bittorrent"
|
||||
|
||||
Reference in New Issue
Block a user