summaryrefslogtreecommitdiff
path: root/templates/index.html
diff options
context:
space:
mode:
authorjfriedli2025-03-29 15:20:52 +0000
committerjfriedli2025-03-29 15:20:52 +0000
commita5c6cfe8088b00ca97a35947da9ddf92d71f74fc (patch)
tree08e2ee0f45aacfeeb73991b9a3422642ba633547 /templates/index.html
parentb3d5d400f3fb16d483c8a092ce9a081761332aea (diff)
upgrade to tailwind 4v0.8.12
Diffstat (limited to 'templates/index.html')
-rw-r--r--templates/index.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/templates/index.html b/templates/index.html
index 70aa259..bed0008 100644
--- a/templates/index.html
+++ b/templates/index.html
@@ -9,13 +9,13 @@
9</div> 9</div>
10 10
11<div class="flex justify-center mt-8"> 11<div class="flex justify-center mt-8">
12 <div class="w-50 rounded overflow-hidden shadow-lg pb-4"> 12 <div class="rounded-sm overflow-hidden shadow-lg pb-4">
13 <div class="px-6 pt-4 pb-2 grid grid-rows-1"> 13 <div class="px-6 pt-4 pb-2 grid grid-rows-1">
14 <form method="post" enctype="multipart/form-data" class="grid grid-rows-1"> 14 <form method="post" enctype="multipart/form-data" class="grid grid-rows-1">
15 <label class="text-gray-700 text-sm text-opacity-80 mb-2" for="upload_file">Choose your file to clean</label> 15 <label class="text-gray-700 text-sm text-opacity-80 mb-2" for="upload_file">Choose your file to clean</label>
16 <input class="border rounded" aria-label="" type="file" name="file" id="upload_file" accept="{{ mimetypes | join(', ') }}"> 16 <input class="border rounded-sm" aria-label="" type="file" name="file" id="upload_file" accept="{{ mimetypes | join(', ') }}">
17 <button 17 <button
18 class="w-full mt-4 bg-blue-dark hover:bg-blue-700 text-white py-2 px-4 rounded flex justify-center" 18 class="w-full mt-4 bg-blue-dark hover:bg-blue-700 text-white py-2 px-4 rounded-sm flex justify-center"
19 type="submit" 19 type="submit"
20 value="Upload" 20 value="Upload"
21 > 21 >
@@ -31,7 +31,7 @@
31 </div> 31 </div>
32</div> 32</div>
33<button 33<button
34 class="p-0 w-10 h-10 absolute bottom-8 md:bottom-16 lg:bottom-24 right-8 md:right-16 lg:right-24 bg-blue-300 hover:bg-blue-400 rounded-full active:shadow-lg mouse shadow transition ease-in duration-200 focus:outline-none"> 34 class="p-0 w-10 h-10 absolute bottom-8 md:bottom-16 lg:bottom-24 right-8 md:right-16 lg:right-24 bg-blue-300 hover:bg-blue-400 rounded-full active:shadow-lg mouse shadow-sm transition ease-in duration-200 focus:outline-hidden">
35 <a href="/info" role="link" class="w-6 h-6 text-white inline-block font-bold"> 35 <a href="/info" role="link" class="w-6 h-6 text-white inline-block font-bold">
36 ? 36 ?
37 </a> 37 </a>