mirror of
https://github.com/owncast/owncast.git
synced 2024-11-21 20:28:15 +03:00
fix(chat): set cursor for chat input field
This commit is contained in:
parent
df2d75e690
commit
0e13bd143e
1 changed files with 2 additions and 0 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue