Forum Replies Created

Viewing 1 replies (of 1 total)
  • Hello,

    I am also having the issue of map UI elements being tripled after updating.

    My current workaround (also using Patrick’s code for smaller UI):

    .gmnoprint a, .gmnoprint span, .gm-style-cc, .gmnoprint div, .gmnoprint, .gm-fullscreen-control {
    	transform: scale(0.85, 0.85);
    	-ms-transform: scale(0.85, 0.85);
    	-moz-transform: scale(0.85, 0.85);
    	-webkit-transform: scale(0.85, 0.85);
    }
    
    button.gm-control-active.gm-fullscreen-control > img:nth-child(n+2) {
      display: none;
    }
    button.gm-control-active > img:nth-child(n+2) {
      display: none;
    }
    • This reply was modified 6 years, 3 months ago by hortongroup.
Viewing 1 replies (of 1 total)