Move various tabs into buttons, more work on a11y

This commit is contained in:
Pieter Vander Vennet 2023-12-20 02:50:08 +01:00
parent cce9b879f2
commit 7e852dd7e3
29 changed files with 10642 additions and 10432 deletions

View file

@ -26,7 +26,7 @@
}/${$location?.lon ?? 0}`
</script>
<a class="button flex items-center" target="_blank" href={idLink}>
<PencilIcon class="h-12 w-12 p-2 pr-4" />
<a class="flex items-center" target="_blank" href={idLink}>
<PencilIcon class="h-6 w-6 pr-2" />
<Tr t={Translations.t.general.attribution.editId} />
</a>