show attestation details

This commit is contained in:
Evan Jarrett
2026-02-13 19:40:05 -06:00
parent de02e1f046
commit 8048921f5e
12 changed files with 563 additions and 24 deletions
+1 -1
View File
@@ -228,7 +228,7 @@
COMMAND / CODE DISPLAY
---------------------------------------- */
.cmd {
@apply flex items-center gap-2 relative w-full overflow-hidden;
@apply flex items-center gap-2 relative w-full max-w-lg overflow-hidden;
@apply bg-base-200 border border-base-300 rounded-md;
@apply px-3 py-2;
}