diff client/src/App.vue @ 626:d4fa28bfa6ec

fix: layout minor fixes of buttons and menu
author Thomas Junk <thomas.junk@intevation.de>
date Tue, 11 Sep 2018 17:17:37 +0200
parents b17a4482d07d
children 13bccabbf7c5
line wrap: on
line diff
--- a/client/src/App.vue	Tue Sep 11 17:03:22 2018 +0200
+++ b/client/src/App.vue	Tue Sep 11 17:17:37 2018 +0200
@@ -15,7 +15,7 @@
 
                 </div>
             </div>
-            <div class="bottomcontainer">
+            <div class="bottomcontainer d-flex flex-row align-items-end">
                 <User v-if="isAuthenticated"></User>
             </div>
         </div>
@@ -42,9 +42,7 @@
 }
 
 .bottomcontainer {
-  .top {
-    height: 10vh;
-  }
+  height: 10vh;
 }
 
 .midcontainer {