diff options
| author | taehoon <th.dev91@gmail.com> | 2019-07-05 11:38:48 -0400 |
|---|---|---|
| committer | taehoon <th.dev91@gmail.com> | 2019-10-24 15:15:33 -0400 |
| commit | 0f65280e203a5f41dba650760e0294e7215fc500 (patch) | |
| tree | 69791fa697656caf4b89d84e866b3cbfc8616a8e /src | |
| parent | 72fe385ec4c6893c279a00ee1911f03d20e4c1f8 (diff) | |
use top placement by default
Diffstat (limited to 'src')
| -rw-r--r-- | src/components/status/status.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/status/status.vue b/src/components/status/status.vue index 66082aa4..79b359b7 100644 --- a/src/components/status/status.vue +++ b/src/components/status/status.vue @@ -171,7 +171,7 @@ <div class="heading-reply-row"> <div v-if="isReply" class="reply-to-and-accountname"> - <Popper ref="statusPreviewPopper" :options="{ placement: 'bottom-start' }" @show="replyEnter(status.in_reply_to_status_id)"> + <Popper ref="statusPreviewPopper" :options="{ placement: 'top-start' }" @show="replyEnter(status.in_reply_to_status_id)"> <div class="popper-wrapper status-preview"> <div class="popper-wrapper-inner" @mouseover.prevent.stop @focus.prevent.stop> <status |
