diff options
| author | Henry Jameson <me@hjkos.com> | 2024-08-15 21:53:12 +0300 |
|---|---|---|
| committer | Henry Jameson <me@hjkos.com> | 2024-08-15 21:53:12 +0300 |
| commit | ab90dc9fb1785d237be5fa3ff207056d7935ddaf (patch) | |
| tree | 3d513c7b50d0f733fb39c0a87da0c13217cbf6e0 /src/components | |
| parent | a9c2d373157708c9d08289edb55069a9a054a7e6 (diff) | |
Revert all the user highlight stuff for now
Diffstat (limited to 'src/components')
| -rw-r--r-- | src/components/status/status.vue | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/components/status/status.vue b/src/components/status/status.vue index a8cef3c1..61a58cda 100644 --- a/src/components/status/status.vue +++ b/src/components/status/status.vue @@ -3,8 +3,7 @@ v-if="!hideStatus" ref="root" class="Status" - :class="[{ '-focused': isFocused }, { '-conversation': inlineExpanded }, userClass, { highlighted: userStyle, '-repeat': retweet && !inConversation }]" - :style="[ userStyle ]" + :class="[{ '-focused': isFocused }, { '-conversation': inlineExpanded }]" > <div v-if="error" @@ -121,6 +120,8 @@ <div v-if="!deleted" + :class="[userClass, { highlighted: userStyle, '-repeat': retweet && !inConversation }]" + :style="[ userStyle ]" class="status-container" :data-tags="tags" > |
