Skip to content

Commit

Permalink
Fixed other ctrl expanding with scale ctrl in bottom and top center p…
Browse files Browse the repository at this point in the history
…ositions
  • Loading branch information
Ethan-Guttman committed Mar 1, 2024
1 parent d95d740 commit 7ee3756
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/css/mapbox-gl.css
Original file line number Diff line number Diff line change
Expand Up @@ -76,11 +76,11 @@
transform: translate(0, 0);
}
.mapboxgl-ctrl-top-left .mapboxgl-ctrl { margin: 10px 0 0 10px; float: left; }
.mapboxgl-ctrl-top-center .mapboxgl-ctrl { margin: 10px 0 0; }
.mapboxgl-ctrl-top-center .mapboxgl-ctrl { margin: 10px 0; float: left;}
.mapboxgl-ctrl-top-right .mapboxgl-ctrl { margin: 10px 10px 0 0; float: right; }
.mapboxgl-ctrl-right-center .mapboxgl-ctrl { margin: 0 10px 0 0; float: right; }
.mapboxgl-ctrl-right-center .mapboxgl-ctrl { margin: 0 10px 10px 0; float: right; }
.mapboxgl-ctrl-bottom-right .mapboxgl-ctrl { margin: 0 10px 10px 0; float: right; }
.mapboxgl-ctrl-bottom-center .mapboxgl-ctrl { margin: 0 0 10px 0; }
.mapboxgl-ctrl-bottom-center .mapboxgl-ctrl { margin: 10px 0; float: left; }
.mapboxgl-ctrl-bottom-left .mapboxgl-ctrl { margin: 0 0 10px 10px; float: left; }
.mapboxgl-ctrl-left-center .mapboxgl-ctrl { margin: 0 0 10px 10px; float: left;}

Expand Down

0 comments on commit 7ee3756

Please sign in to comment.