aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authortaehoon <th.dev91@gmail.com>2019-07-05 11:38:48 -0400
committertaehoon <th.dev91@gmail.com>2019-10-24 15:15:33 -0400
commit0f65280e203a5f41dba650760e0294e7215fc500 (patch)
tree69791fa697656caf4b89d84e866b3cbfc8616a8e /src
parent72fe385ec4c6893c279a00ee1911f03d20e4c1f8 (diff)
use top placement by default
Diffstat (limited to 'src')
-rw-r--r--src/components/status/status.vue2
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