fix(chat): set cursor for chat input field

This commit is contained in:
Gabe Kangas 2023-06-20 20:32:35 -07:00
parent df2d75e690
commit 0e13bd143e
No known key found for this signature in database
GPG key ID: 4345B2060657F330

View file

@ -49,6 +49,8 @@
transition: box-shadow 50ms ease-in-out;
max-height: 40px; // 2 lines of text
min-height: 30px;
cursor: text;
&:focus {
outline: 1px solid var(--color-owncast-gray-500) !important;
}