fix centering of certain dropdowns
This commit is contained in:
parent
0723c07571
commit
813d121cdd
3 changed files with 12 additions and 15 deletions
|
|
@ -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>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue