refactor: scale down image. Remove tooltip on link label

This commit is contained in:
HeshamTB 2023-09-21 16:03:42 +03:00
parent be2daeb535
commit 0cc4a8a92f

View File

@ -24,7 +24,7 @@
<form hx-post="/download" hx-target="#get-btn" hx-swap="outerHTML" hx-indicator="#progress"> <form hx-post="/download" hx-target="#get-btn" hx-swap="outerHTML" hx-indicator="#progress">
<div class="grid"> <div class="grid">
<div hx-target="this" hx-swap="outerHTML"> <div hx-target="this" hx-swap="outerHTML">
<label data-tooltip="Link can be on any platform!">Link <label>Link
<input <input
type="url" id="URL" name="URL" type="url" id="URL" name="URL"
hx-post="/valid-link" hx-post="/valid-link"
@ -45,7 +45,7 @@
Convert to MP3 audio Convert to MP3 audio
</label> </label>
</fieldset> </fieldset>
<button class=" outline" id="get-btn" role="button">Get <button class="outline" id="get-btn" role="button">Get
<!-- <a class="htmx-indicator" href="#" aria-busy="true"></a> --> <!-- <a class="htmx-indicator" href="#" aria-busy="true"></a> -->
</button> </button>
@ -53,9 +53,7 @@
<progress class="htmx-indicator" id="progress"></progress> <progress class="htmx-indicator" id="progress"></progress>
</div> </div>
<div> <div>
<img src="/assets/images/play.png"> <img style="scale: 0.5;" src="/assets/images/play.png">
</div> </div>
<script data-cfasync="false" type="text/javascript" src="//brightadnetwork.com/a/display.php?r=7440414"></script>
<script data-cfasync="false" type="text/javascript" data-adel="atag" src="//acscdn.com/script/atg.js" czid="gobrl6fkye"></script>
</main> </main>
</html> </html>