fix(chat): set cursor for chat input field
This commit is contained in:
parent
df2d75e690
commit
0e13bd143e
@ -49,6 +49,8 @@
|
|||||||
transition: box-shadow 50ms ease-in-out;
|
transition: box-shadow 50ms ease-in-out;
|
||||||
max-height: 40px; // 2 lines of text
|
max-height: 40px; // 2 lines of text
|
||||||
min-height: 30px;
|
min-height: 30px;
|
||||||
|
cursor: text;
|
||||||
|
|
||||||
&:focus {
|
&:focus {
|
||||||
outline: 1px solid var(--color-owncast-gray-500) !important;
|
outline: 1px solid var(--color-owncast-gray-500) !important;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user