mirror of
https://github.com/owncast/owncast.git
synced 2024-11-22 21:03:19 +03:00
Disable text input by default
This commit is contained in:
parent
90317c0c7f
commit
1ae1e94368
1 changed files with 1 additions and 0 deletions
|
@ -125,6 +125,7 @@
|
||||||
<input type="hidden" name="inputAuthor" id="self-message-author" />
|
<input type="hidden" name="inputAuthor" id="self-message-author" />
|
||||||
|
|
||||||
<textarea
|
<textarea
|
||||||
|
disabled
|
||||||
id="message-body-form"
|
id="message-body-form"
|
||||||
placeholder="Message"
|
placeholder="Message"
|
||||||
class="appearance-none block w-full bg-gray-200 text-gray-700 border border-black-500 rounded py-2 px-2 my-2 focus:bg-white"
|
class="appearance-none block w-full bg-gray-200 text-gray-700 border border-black-500 rounded py-2 px-2 my-2 focus:bg-white"
|
||||||
|
|
Loading…
Reference in a new issue