diff options
| author | shpuld <shp@cock.li> | 2018-04-11 19:34:40 +0300 |
|---|---|---|
| committer | shpuld <shp@cock.li> | 2018-04-11 19:34:40 +0300 |
| commit | a1f6ef1dcac2e79c5a116705ca11d6e7e51ed89c (patch) | |
| tree | 29adae381f962942683fe4f01952f56b2f33fdf0 /src/components/post_status_form | |
| parent | 82ee24ec31ad89e82c6002fd0dc3593f47adfdb4 (diff) | |
Loads of fixes: notifs, autoload setting, overflow, faint text, reply form, status fadein.
Diffstat (limited to 'src/components/post_status_form')
| -rw-r--r-- | src/components/post_status_form/post_status_form.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/post_status_form/post_status_form.vue b/src/components/post_status_form/post_status_form.vue index a3b8acde..69234d66 100644 --- a/src/components/post_status_form/post_status_form.vue +++ b/src/components/post_status_form/post_status_form.vue @@ -24,7 +24,7 @@ <media-upload @uploading="disableSubmit" @uploaded="addMediaFile" @upload-failed="enableSubmit" :drop-files="dropFiles"></media-upload> <p v-if="isOverLengthLimit" class="error">{{ charactersLeft }}</p> - <p v-else-if="hasStatusLengthLimit">{{ charactersLeft }}</p> + <p class="faint" v-else-if="hasStatusLengthLimit">{{ charactersLeft }}</p> <button v-if="posting" disabled class="btn btn-default">{{$t('post_status.posting')}}</button> <button v-else-if="isOverLengthLimit" disabled class="btn btn-default">{{$t('general.submit')}}</button> |
