@@ -1,5 +1,19 @@
@import "tailwindcss";
/* Blinking cursor animation for chat input */
@keyframes blink {
0%,
50% {
opacity: 1;
}
51%,
100% {
opacity: 0;
:root {
The note is not visible to the blocked user.