missed new files for jetstream improvements

This commit is contained in:
Evan Jarrett
2026-04-19 18:04:57 -05:00
parent 7c6b8945ed
commit 7a6775d4fa
10 changed files with 1671 additions and 3 deletions
+2 -2
View File
@@ -653,7 +653,7 @@
}
.sailor-typeahead-avatar {
@apply flex-shrink-0 w-9 h-9 rounded-full overflow-hidden;
@apply shrink-0 w-9 h-9 rounded-full overflow-hidden;
@apply bg-base-300;
}
@@ -686,7 +686,7 @@
}
.sailor-typeahead-selected .sailor-typeahead-clear {
@apply flex-shrink-0 w-8 h-8 rounded-full;
@apply shrink-0 w-8 h-8 rounded-full;
@apply flex items-center justify-center;
@apply text-xl leading-none text-base-content/60;
@apply hover:bg-base-300 hover:text-base-content;