more icon

This commit is contained in:
viktor 2018-07-27 20:20:08 +03:00
parent 9067e5b984
commit 78f152d129
2 changed files with 9 additions and 5 deletions

3
app/images/more.svg Normal file
View File

@ -0,0 +1,3 @@
<svg xmlns="http://www.w3.org/2000/svg" width="4" height="24">
<path fill="#60DB97" fill-rule="evenodd" d="M2 14a2 2 0 1 1-.001-3.999A2 2 0 0 1 2 14zM2 4A2 2 0 1 1 1.999.001 2 2 0 0 1 2 4zm0 16a2 2 0 1 1 .001 3.999A2 2 0 0 1 2 20z"/>
</svg>

After

Width:  |  Height:  |  Size: 245 B

View File

@ -178,8 +178,9 @@ class AccountDropdowns extends Component {
Dropdown,
{
style: {
marginLeft: '-215px',
marginLeft: '-275px',
minWidth: '180px',
marginTop: '30px',
},
isOpen: optionsMenuActive,
onClickOutside: (event) => {
@ -274,12 +275,12 @@ class AccountDropdowns extends Component {
this.renderAccountSelector(),
),
enableAccountOptions && h(
'i.fa.fa-ellipsis-h',
'div',
{
style: {
color: '#8fdc97',
margin: '0.5em',
fontSize: '1.8em',
backgroundImage: 'url(../images/more.svg)',
width: '4px',
height: '24px',
},
onClick: (event) => {
event.stopPropagation()