Skip to content
Snippets Groups Projects
Commit a91acf79 authored by ThibG's avatar ThibG Committed by Eugen Rochko
Browse files

Move the account dropdown menubar to the right, make sure it doesn't move (#10390)

* Move the account dropdown menubar to the right, make sure it doesn't move

* Fix margin
parent 6df4a829
No related branches found
No related tags found
No related merge requests found
......@@ -219,9 +219,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>
......
......@@ -5300,7 +5300,7 @@ noscript {
.avatar {
display: block;
flex: 0 0 auto;
width: 90px;
width: 94px;
margin-left: -2px;
.account__avatar {
......@@ -5319,12 +5319,16 @@ noscript {
display: flex;
align-items: center;
padding-top: 55px;
overflow: hidden;
.icon-button {
border: 1px solid lighten($ui-base-color, 12%);
border-radius: 4px;
box-sizing: content-box;
padding: 2px;
}
.button {
margin: 0 8px;
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment