@@ -56,7 +56,7 @@ input:focus {
transition: all 150ms linear;
@apply px-3 py-2 text-lg;
}
.input:has(input:focus) {
.input:has(input:focus), .input:focus {
border-color: var(--color-gray-400);
box-shadow: 0 0 0 2px var(--color-gray-200);
The note is not visible to the blocked user.