From 36d0537d437f999623bb56f39a932fcb7cc8b125 Mon Sep 17 00:00:00 2001
From: Vladimir Lugovsky <lugovsky.v@gmail.com>
Date: Tue, 1 Dec 2015 11:41:14 +0300
Subject: [PATCH] fix(maps): fix maps panels heights

---
 src/app/components/blurPanel/_blurPanel.scss             | 2 +-
 src/app/pages/maps/widgets/google-maps/_google-maps.scss | 2 +-
 src/app/pages/maps/widgets/leaflet/_leaflet.scss         | 2 +-
 src/app/pages/maps/widgets/map-bubbles/_map-bubbles.scss | 2 +-
 src/app/pages/maps/widgets/map-lines/_map-lines.scss     | 2 +-
 5 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/src/app/components/blurPanel/_blurPanel.scss b/src/app/components/blurPanel/_blurPanel.scss
index 1c14442..0516f64 100644
--- a/src/app/components/blurPanel/_blurPanel.scss
+++ b/src/app/components/blurPanel/_blurPanel.scss
@@ -26,7 +26,7 @@ $panel-title-height: 35px;
     height: $large-panel-height;
   }
   &.viewport100 {
-    height: calc(100vh - 212px);
+    height: calc(100vh - 218px);
   }
 
   &.with-scroll {
diff --git a/src/app/pages/maps/widgets/google-maps/_google-maps.scss b/src/app/pages/maps/widgets/google-maps/_google-maps.scss
index cea7e86..134bbda 100644
--- a/src/app/pages/maps/widgets/google-maps/_google-maps.scss
+++ b/src/app/pages/maps/widgets/google-maps/_google-maps.scss
@@ -1,4 +1,4 @@
 #google-maps {
   width: 100%;
-  height: calc(100vh - 277px);
+  height: calc(100vh - 283px);
 }
\ No newline at end of file
diff --git a/src/app/pages/maps/widgets/leaflet/_leaflet.scss b/src/app/pages/maps/widgets/leaflet/_leaflet.scss
index f20fd91..94ebbe8 100644
--- a/src/app/pages/maps/widgets/leaflet/_leaflet.scss
+++ b/src/app/pages/maps/widgets/leaflet/_leaflet.scss
@@ -1,5 +1,5 @@
 #leaflet-map {
-  height: calc(100vh - 277px);
+  height: calc(100vh - 283px);
 }
 
 /* required styles */
diff --git a/src/app/pages/maps/widgets/map-bubbles/_map-bubbles.scss b/src/app/pages/maps/widgets/map-bubbles/_map-bubbles.scss
index 5b39a8e..036bc4f 100644
--- a/src/app/pages/maps/widgets/map-bubbles/_map-bubbles.scss
+++ b/src/app/pages/maps/widgets/map-bubbles/_map-bubbles.scss
@@ -1,6 +1,6 @@
 #map-bubbles {
   width: 100%;
-  height: calc(100vh - 277px);
+  height: calc(100vh - 283px);
   font-size	: 11px;
 }
 
diff --git a/src/app/pages/maps/widgets/map-lines/_map-lines.scss b/src/app/pages/maps/widgets/map-lines/_map-lines.scss
index f61ea57..cf1c331 100644
--- a/src/app/pages/maps/widgets/map-lines/_map-lines.scss
+++ b/src/app/pages/maps/widgets/map-lines/_map-lines.scss
@@ -1,4 +1,4 @@
 #map-lines {
   width: 100%;
-  height: calc(100vh - 277px);
+  height: calc(100vh - 283px);
 }
\ No newline at end of file