diff --git a/frontend/src/components/BaseButton.vue b/frontend/src/components/BaseButton.vue index 24adbcc..f463b43 100644 --- a/frontend/src/components/BaseButton.vue +++ b/frontend/src/components/BaseButton.vue @@ -11,18 +11,16 @@ withDefaults( +
- + Download diff --git a/frontend/src/style.css b/frontend/src/style.css index d45a4fd..2cf1ea6 100644 --- a/frontend/src/style.css +++ b/frontend/src/style.css @@ -253,25 +253,33 @@ body { @apply inline-flex min-h-[2.25rem] items-center justify-center px-3; } } - /* A DOWNLOAD is an anchor, never a button. These are 3-95 MB files, and the - * browser's own download manager handles the transfer better than anything this - * app would do with a blob - but only an can carry an href, and BaseButton - * is a