Fix size of record set add button

This commit is contained in:
Claudio Ortolina
2026-02-15 14:00:21 +00:00
parent ee08961d40
commit 14e709033c
@@ -220,7 +220,7 @@
<.link
patch={~p"/record-sets/#{record_set}/add-record"}
class={[
"flex-none w-24 sm:w-32 aspect-square",
"flex-none w-32 aspect-square",
"border-2 border-dashed border-zinc-300 dark:border-zinc-600",
"rounded-lg flex items-center justify-center",
"hover:border-zinc-400 dark:hover:border-zinc-500",