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