client/src/App.scss
changeset 72 7634b424f426
parent 63 4088f8dc6b52
child 73 7e8cdc74d86f
--- 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 {