Skip to content
Snippets Groups Projects
Commit f811183b authored by Bhabesh Bhabani Mukhopadhyay's avatar Bhabesh Bhabani Mukhopadhyay
Browse files

#VOAPP-29 : Padding issue addressed

Pdding created by 'Tor'  placed in proper place
parent 08c70689
No related branches found
No related tags found
No related merge requests found
...@@ -268,10 +268,6 @@ export default { ...@@ -268,10 +268,6 @@ export default {
appDiv.style.marginTop="0";
appDiv.style.paddingRight="0";
appDiv.style.paddingLeft="0";
if(routeParam.isMapPanelVisible) if(routeParam.isMapPanelVisible)
{ {
this.isMyMapPanelVisible = routeParam.isMapPanelVisible; this.isMyMapPanelVisible = routeParam.isMapPanelVisible;
...@@ -287,6 +283,10 @@ export default { ...@@ -287,6 +283,10 @@ export default {
{ {
mapDiv.style.height = (screen.height - navDiv.offsetHeight) + "px"; mapDiv.style.height = (screen.height - navDiv.offsetHeight) + "px";
this.mapInteractions=''; this.mapInteractions='';
appDiv.style.marginTop="0";
appDiv.style.paddingRight="0";
appDiv.style.paddingLeft="0";
} }
else else
{ {
...@@ -331,6 +331,7 @@ export default { ...@@ -331,6 +331,7 @@ export default {
</script> </script>
<style> <style>
html, body, #map-observation { html, body, #map-observation {
margin: 0; margin: 0;
width: 100%; width: 100%;
......
...@@ -384,7 +384,3 @@ export default { ...@@ -384,7 +384,3 @@ export default {
} }
</script> </script>
<style scoped>
</style>
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment