mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-07-14 07:52:15 +00:00
Improve chat input design
This commit is contained in:
parent
0e262dca68
commit
cde279e489
1 changed files with 1 additions and 1 deletions
|
|
@ -131,6 +131,7 @@
|
|||
});
|
||||
this.group.chat.unshift(response.message);
|
||||
this.newMessage = '';
|
||||
this.$refs['user-entry'].innerText = '';
|
||||
this.sending = false;
|
||||
this.$refs['user-entry'].innerText = '';
|
||||
|
||||
|
|
@ -243,7 +244,6 @@
|
|||
box-shadow: 0 0 3pt 2pt white;
|
||||
border-radius: 2px;
|
||||
line-height: 1.43;
|
||||
color: $gray-300;
|
||||
padding: .5em;
|
||||
-moz-appearance: textfield-multiline;
|
||||
-webkit-appearance: textarea;
|
||||
|
|
|
|||
Loading…
Reference in a new issue