diff options
author | ThibG <thib@sitedethib.com> | 2019-03-26 23:05:21 +0100 |
---|---|---|
committer | ThibG <thib@sitedethib.com> | 2019-03-28 19:56:40 +0100 |
commit | 841d2c9f230c4d42658964137256efdcd68af672 (patch) | |
tree | 9424f2116058557c75c83f69bf99b3e79b5d61b0 /app/javascript/flavours/glitch/features/account | |
parent | 37ad0478ef5348b979895de276e6a36a2ed5bb9e (diff) |
[Glitch] Move the account dropdown menubar to the right, make sure it doesn't move
Port a91acf79b53307ada584f449da1369c0216a24d1 to glitch-soc
Diffstat (limited to 'app/javascript/flavours/glitch/features/account')
-rw-r--r-- | app/javascript/flavours/glitch/features/account/components/header.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/javascript/flavours/glitch/features/account/components/header.js b/app/javascript/flavours/glitch/features/account/components/header.js index fa36e70b5..4acaef26b 100644 --- a/app/javascript/flavours/glitch/features/account/components/header.js +++ b/app/javascript/flavours/glitch/features/account/components/header.js @@ -212,9 +212,9 @@ class Header extends ImmutablePureComponent { <div className='spacer' /> <div className='account__header__tabs__buttons'> - <DropdownMenuContainer items={menu} icon='ellipsis-v' size={24} direction='right' /> - {actionBtn} + + <DropdownMenuContainer items={menu} icon='ellipsis-v' size={24} direction='right' /> </div> </div> |