Run a giveaway from a bsky post. Choose from those who interacted with it

Added better mobile scaling

Changed files
+4 -3
+4 -3
Index.html
··· 2 2 <html lang="en"> 3 3 <head> 4 4 <meta charset="UTF-8"> 5 - <meta name="viewport" content="width=device-width, initial-scale=1.0"> 5 + <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no"/> 6 6 <meta property="og:title" content="at://giveaways ๐ŸŽ‰"> 7 7 <meta property="og:image" content="/images/cover.jpg"> 8 8 <meta property="og:description" content="Host a giveaway from a Bluesky post."> ··· 301 301 <div x-show="showResults" class="mt-6 p-4 bg-base-200 rounded-lg"> 302 302 <h3 class="text-xl font-bold mb-2">๐ŸŽ‰ Winners ๐ŸŽ‰</h3> 303 303 <p class="mb-2">Total participants: <span x-text="participants"></span></p> 304 - <ul class="list-disc pl-5"> 304 + <ol class="list-decimal pl-5"> 305 305 <template x-for="winner in winners"> 306 306 <li class="mb-1"> 307 307 <a class="link" x-bind:href="`https://bsky.app/profile/${winner}`" x-text="winner"></a> 308 308 </li> 309 309 </template> 310 - </ul> 310 + </ol> 311 + <a x-bind:href="post_url" class="link">View the giveaway post</a> 311 312 </div> 312 313 313 314 <a href="https://tangled.sh/@baileytownsend.dev/at-giveaways" class="link mt-4 block">View on <span