Skip to content

Commit

Permalink
Search CSS fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
starsep committed Aug 9, 2023
1 parent e37bf86 commit e79d913
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
5 changes: 0 additions & 5 deletions src/components/map.css
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,6 @@
min-width: 90px;
}

.mapboxgl-ctrl-top-right,
.maplibregl-ctrl-top-right {
top: 60px !important;
}

.mapboxgl-ctrl-group button,
.maplibregl-ctrl-group button {
width: 44px !important;
Expand Down
2 changes: 1 addition & 1 deletion src/components/sidebar.css
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
.sidebar-right {
position: relative;
float: right;
top: 120px;
top: 50px;
z-index: 1;
margin: 10px !important;
width: 300px;
Expand Down

0 comments on commit e79d913

Please sign in to comment.