Dropdown position left
This commit is contained in:
parent
095a1d1123
commit
eefd2a1532
|
@ -59,10 +59,10 @@
|
|||
user-select: none
|
||||
|
||||
&.left
|
||||
right: 50%
|
||||
right: calc(50% - 20px)
|
||||
|
||||
&.right
|
||||
left: 50%
|
||||
right: calc(50% + 20px)
|
||||
|
||||
.list
|
||||
margin: 0
|
||||
|
|
|
@ -3,6 +3,7 @@
|
|||
title="Share Video"
|
||||
theme="secondary"
|
||||
icon="share-alt"
|
||||
dropdown-position-x="left"
|
||||
:forceDropdown="true"
|
||||
>
|
||||
<div class="shareLinks">
|
||||
|
|
Loading…
Reference in New Issue