Forum Replies Created

Viewing 1 replies (of 1 total)
  • hortongroup

    (@hortongroup)

    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;
    }
Viewing 1 replies (of 1 total)