Skip to content

Commit

Permalink
Flex fix 1
Browse files Browse the repository at this point in the history
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
  • Loading branch information
skjnldsv committed Jan 5, 2017
1 parent 237de91 commit 90c02dd
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions core/css/header.css
Original file line number Diff line number Diff line change
Expand Up @@ -296,14 +296,23 @@
cursor: pointer;
}

#header-right {
display: inline-flex;
#header > div {
display: flex;
}

#header > div.header-left {
flex: 0 0 50%;
}

#header > #header-right {
justify-content: flex-end;
}

#settings {
display: inline-block;
color: #ddd;
cursor: pointer;
flex: 0 0 auto;
}
#settings .icon-loading-small-dark {
display: inline-block;
Expand Down

0 comments on commit 90c02dd

Please sign in to comment.