mirror of https://github.com/akveo/blur-admin
fix(maps): fix maps panels heights
parent
add8b960b1
commit
36d0537d43
|
@ -26,7 +26,7 @@ $panel-title-height: 35px;
|
||||||
height: $large-panel-height;
|
height: $large-panel-height;
|
||||||
}
|
}
|
||||||
&.viewport100 {
|
&.viewport100 {
|
||||||
height: calc(100vh - 212px);
|
height: calc(100vh - 218px);
|
||||||
}
|
}
|
||||||
|
|
||||||
&.with-scroll {
|
&.with-scroll {
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#google-maps {
|
#google-maps {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: calc(100vh - 277px);
|
height: calc(100vh - 283px);
|
||||||
}
|
}
|
|
@ -1,5 +1,5 @@
|
||||||
#leaflet-map {
|
#leaflet-map {
|
||||||
height: calc(100vh - 277px);
|
height: calc(100vh - 283px);
|
||||||
}
|
}
|
||||||
|
|
||||||
/* required styles */
|
/* required styles */
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
#map-bubbles {
|
#map-bubbles {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: calc(100vh - 277px);
|
height: calc(100vh - 283px);
|
||||||
font-size : 11px;
|
font-size : 11px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#map-lines {
|
#map-lines {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: calc(100vh - 277px);
|
height: calc(100vh - 283px);
|
||||||
}
|
}
|
Loading…
Reference in New Issue