fix centering of certain dropdowns

This commit is contained in:
Shpuld Shpuldson 2020-02-18 11:47:34 +02:00
commit 813d121cdd
3 changed files with 12 additions and 15 deletions

View file

@ -2,6 +2,7 @@
<Popover
trigger="click"
placement="top"
:offset="{ y: 5 }"
class="react-button-popover"
>
<div
@ -35,15 +36,12 @@
<div class="reaction-bottom-fader" />
</div>
</div>
<div
<i
v-if="loggedIn"
slot="trigger"
>
<i
class="icon-smile button-icon add-reaction-button"
:title="$t('tool_tip.add_reaction')"
/>
</div>
class="icon-smile button-icon add-reaction-button"
:title="$t('tool_tip.add_reaction')"
/>
</Popover>
</template>