diff -r 75dc1e794cf4 -r 7634b424f426 client/src/App.scss --- a/client/src/App.scss Wed Jun 21 14:12:45 2017 +0200 +++ b/client/src/App.scss Thu Jun 22 10:47:10 2017 +0200 @@ -24,15 +24,23 @@ padding-bottom: 10px; border-bottom: 2px solid #eee; margin-bottom: 20px; + display: flex; + align-items: center; .button { color: #ccc; cursor: pointer; margin-right: 10px; } - .button[data-active="true"] { color: black; } + > *:last-child { + margin-left: auto; + .checkbox { + display: inline-block; + margin-right: 10px; + } + } } .hovering-menu {