diff options
| author | jfriedli | 2025-03-29 15:20:52 +0000 |
|---|---|---|
| committer | jfriedli | 2025-03-29 15:20:52 +0000 |
| commit | a5c6cfe8088b00ca97a35947da9ddf92d71f74fc (patch) | |
| tree | 08e2ee0f45aacfeeb73991b9a3422642ba633547 /templates/download.html | |
| parent | b3d5d400f3fb16d483c8a092ce9a081761332aea (diff) | |
upgrade to tailwind 4v0.8.12
Diffstat (limited to 'templates/download.html')
| -rw-r--r-- | templates/download.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/templates/download.html b/templates/download.html index 2808a57..5fb245a 100644 --- a/templates/download.html +++ b/templates/download.html | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | {% extends "base.html" %} | 1 | {% extends "base.html" %} |
| 2 | 2 | ||
| 3 | {% block content %} | 3 | {% block content %} |
| 4 | <div class="grid grid-rows-1 w-50"> | 4 | <div class="grid grid-rows-1"> |
| 5 | <div class="grid grid-rows-1"> | 5 | <div class="grid grid-rows-1"> |
| 6 | {% if not meta_after %} | 6 | {% if not meta_after %} |
| 7 | <div class="px-6 py-4 grid grid-rows-1"> | 7 | <div class="px-6 py-4 grid grid-rows-1"> |
| @@ -22,7 +22,7 @@ | |||
| 22 | </div> | 22 | </div> |
| 23 | 23 | ||
| 24 | <div class="flex justify-center mt-8"> | 24 | <div class="flex justify-center mt-8"> |
| 25 | <div class="rounded w-50 overflow-hidden shadow-lg p-4"> | 25 | <div class="rounded-sm overflow-hidden shadow-lg p-4"> |
| 26 | {% if not meta_after %} | 26 | {% if not meta_after %} |
| 27 | <p class="text-gray-700 text-base text-center"> | 27 | <p class="text-gray-700 text-base text-center"> |
| 28 | <svg class="max-h-40 w-full fill-current text-green-600" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" | 28 | <svg class="max-h-40 w-full fill-current text-green-600" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" |
| @@ -48,7 +48,7 @@ | |||
| 48 | 48 | ||
| 49 | <a class="uk-flex-1" href='{{ download_uri }}'> | 49 | <a class="uk-flex-1" href='{{ download_uri }}'> |
| 50 | <button | 50 | <button |
| 51 | class="w-full bg-blue-dark hover:bg-blue-700 text-white py-2 px-4 rounded flex justify-center" | 51 | class="w-full bg-blue-dark hover:bg-blue-700 text-white py-2 px-4 rounded-sm flex justify-center" |
| 52 | > | 52 | > |
| 53 | <svg class="w-4 h-4 mr-2 text-white self-center" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20"> | 53 | <svg class="w-4 h-4 mr-2 text-white self-center" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20"> |
| 54 | <path style="fill: white" d="M13 8V2H7v6H2l8 8 8-8h-5zM0 18h20v2H0v-2z" /> | 54 | <path style="fill: white" d="M13 8V2H7v6H2l8 8 8-8h-5zM0 18h20v2H0v-2z" /> |
| @@ -60,7 +60,7 @@ | |||
| 60 | </div> | 60 | </div> |
| 61 | {% if meta_after %} | 61 | {% if meta_after %} |
| 62 | <div class="mx-auto w-full"> | 62 | <div class="mx-auto w-full"> |
| 63 | <div class="bg-white shadow-md rounded my-6"> | 63 | <div class="bg-white shadow-md rounded-sm my-6"> |
| 64 | <table class="text-left w-full border-collapse"> | 64 | <table class="text-left w-full border-collapse"> |
| 65 | <div class="px-6 py-4 grid grid-rows-1"> | 65 | <div class="px-6 py-4 grid grid-rows-1"> |
| 66 | <h1 class="font-light text-center text-4xl">Remaining Metadata</h1> | 66 | <h1 class="font-light text-center text-4xl">Remaining Metadata</h1> |
