forked from andyburke/autonomous.contact
refactor: require password verification
chore: styling work
This commit is contained in:
parent
7977fe9ea7
commit
86fa2b6d4b
16 changed files with 348 additions and 88 deletions
|
|
@ -152,7 +152,8 @@
|
|||
method="POST"
|
||||
class="post-creation-form collapsible"
|
||||
style="
|
||||
margin-top: 1rem
|
||||
position: relative;
|
||||
margin-top: 1rem;
|
||||
width: 100%;
|
||||
transition: all 0.5s;
|
||||
"
|
||||
|
|
@ -221,6 +222,7 @@
|
|||
reset-on-submit
|
||||
focus-on-submit
|
||||
enter-key-submits
|
||||
accept-speech
|
||||
></textarea>
|
||||
|
||||
<button id="chat-send" class="primary" aria-label="Send a message">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue