fix emoji inputs in user-settings, styles update

This commit is contained in:
Henry Jameson 2019-09-25 20:11:06 +03:00
parent 0b300e1708
commit e6d2cf77af
2 changed files with 4 additions and 1 deletions

View File

@ -67,9 +67,10 @@
position: absolute;
top: 0;
right: 0;
margin: 0 .25em;
margin: .2em .25em;
font-size: 16px;
cursor: pointer;
line-height: 24px;
&:hover i {
color: $fallback--text;

View File

@ -32,6 +32,7 @@
<p>{{ $t('settings.name') }}</p>
<EmojiInput
v-model="newName"
enable-emoji-picker
:suggest="emojiSuggestor"
>
<input
@ -43,6 +44,7 @@
<p>{{ $t('settings.bio') }}</p>
<EmojiInput
v-model="newBio"
enable-emoji-picker
:suggest="emojiUserSuggestor"
>
<textarea