Fix generating title from messages (#442)

This commit is contained in:
Jeremy 2024-10-15 10:50:50 +05:30 committed by GitHub
parent 2705d83d6c
commit 00b125378c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 103 additions and 77 deletions

View file

@ -103,6 +103,10 @@
}
.skeleton {
* {
pointer-events: none !important;
}
*[class^="text-"] {
color: transparent;
@apply rounded-md bg-foreground/20 select-none animate-pulse;