diff options
| author | Henry Jameson <me@hjkos.com> | 2020-08-04 19:08:49 +0300 |
|---|---|---|
| committer | Henry Jameson <me@hjkos.com> | 2020-08-04 19:08:49 +0300 |
| commit | 2a1c9e094c719f9dcfc17c70ffd58c068272b6d6 (patch) | |
| tree | b50125b81c7da30daa1d56df7973624d0d14f978 /src/components/status/status.vue | |
| parent | 4c8e9bc0c29e699771992e9a6c760261d1e71d01 (diff) | |
more fixes
Diffstat (limited to 'src/components/status/status.vue')
| -rw-r--r-- | src/components/status/status.vue | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/src/components/status/status.vue b/src/components/status/status.vue index 2b18b2f6..8df82edc 100644 --- a/src/components/status/status.vue +++ b/src/components/status/status.vue @@ -17,7 +17,7 @@ </div> <template v-if="muted && !isPreview"> <div class="status-csontainer muted"> - <small class="user-name"> + <small class="status-username"> <i v-if="muted && retweet" class="button-icon icon-retweet" @@ -73,7 +73,7 @@ /> <div class="right-side faint"> <span - class="user-name repeater-name" + class="status-username repeater-name" :title="retweeter" > <router-link @@ -131,13 +131,13 @@ <div class="heading-left"> <h4 v-if="status.user.name_html" - class="user-name" + class="status-username" :title="status.user.name" v-html="status.user.name_html" /> <h4 v-else - class="user-name" + class="status-username" :title="status.user.name" > {{ status.user.name }} @@ -229,7 +229,7 @@ </StatusPopover> <span v-else - class="reply-to" + class="reply-to-no-popover" > <span class="reply-to-text">{{ $t('status.reply_to') }}</span> </span> @@ -357,7 +357,7 @@ </div> <div v-if="replying" - class="status-container" + class="status-container reply-form" > <PostStatusForm class="reply-body" |
