# HG changeset patch # User Thomas Junk # Date 1535717520 -7200 # Node ID 89bc8111563a134b7b9f60254732aac3d866804b # Parent 06907c875077fb5b89eaea36111692618a155d5a refac: Layout adjustments diff -r 06907c875077 -r 89bc8111563a client/src/App.vue --- a/client/src/App.vue Fri Aug 31 12:11:38 2018 +0200 +++ b/client/src/App.vue Fri Aug 31 14:12:00 2018 +0200 @@ -1,5 +1,7 @@ @@ -26,3 +28,15 @@ color: #2c3e50; } + + diff -r 06907c875077 -r 89bc8111563a client/src/components/Maplayer.vue --- a/client/src/components/Maplayer.vue Fri Aug 31 12:11:38 2018 +0200 +++ b/client/src/components/Maplayer.vue Fri Aug 31 14:12:00 2018 +0200 @@ -23,12 +23,13 @@ } #map { - height: 96vh; + margin-top: $topbarheight; + height: 100-$topbarheight; } .layerselection { position: absolute; - top: $topbarheight; + top: 40px + $small-offset; margin-top: $small-offset; right: $small-offset; min-height: 20%; diff -r 06907c875077 -r 89bc8111563a client/src/components/Sidebar.vue --- a/client/src/components/Sidebar.vue Fri Aug 31 12:11:38 2018 +0200 +++ b/client/src/components/Sidebar.vue Fri Aug 31 14:12:00 2018 +0200 @@ -91,7 +91,7 @@ margin-top: $topbarheight; background-color: #ffffff; padding-top: $large-offset; - height: 95vh; + height: 100vh-$topbarheight; } .overlay { diff -r 06907c875077 -r 89bc8111563a client/src/components/Topbar.vue --- a/client/src/components/Topbar.vue Fri Aug 31 12:11:38 2018 +0200 +++ b/client/src/components/Topbar.vue Fri Aug 31 14:12:00 2018 +0200 @@ -22,17 +22,19 @@