Skip to content

Commit

Permalink
style: Fullscreen Button alignment
Browse files Browse the repository at this point in the history
  • Loading branch information
ben-29 committed Jan 6, 2024
1 parent b3aea5f commit ac83e45
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/components/RunMap/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ const RunMap = ({
}
map.on('load', () => {
if (!ROAD_LABEL_DISPLAY) {
// todo delete layers
MAP_LAYER_LIST.forEach((layerId) => {
map.removeLayer(layerId);
});
Expand Down Expand Up @@ -117,7 +116,7 @@ const RunMap = ({
const fullscreenButton: React.CSSProperties = {
position: 'absolute',
marginTop: '29.2px',
right: '10px',
right: '0px',
opacity: 0.3,
};

Expand Down

0 comments on commit ac83e45

Please sign in to comment.