Load models in the UI without navigating the page (#173)

* Load models in the UI without navigating the page

* fix table layout for mobile
This commit is contained in:
Alex O'Connell
2025-06-19 17:39:07 -04:00
committed by GitHub
parent a6b2e930d8
commit 756193d0dd
3 changed files with 27 additions and 2 deletions

View File

@@ -143,6 +143,10 @@
@apply bg-surface p-2 px-4 text-sm rounded-full border border-2 transition-colors duration-200 border-btn-border;
}
.btn:hover {
cursor: pointer;
}
.btn--sm {
@apply px-2 py-0.5 text-xs;
}