Skip to content

Commit

Permalink
Map view: make more space for crumbs (CrunchyData#146)
Browse files Browse the repository at this point in the history
  • Loading branch information
JakobMiksch authored Oct 17, 2023
1 parent bd486c3 commit 14e7cca
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions assets/map_script.gohtml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<style>
.map {
position: absolute;
top: 72px;
top: 82px;
bottom: 0px;
left: 0px;
right: 0px;
Expand Down Expand Up @@ -52,15 +52,15 @@
}
.mw-title {
position: absolute;
top: 85px;
top: 95px;
left: 50px;
border-radius: 8px;
padding: 5px 10px 5px 10px;
font-weight: bold;
}
.mw-query-params {
position: absolute;
top: 145px;
top: 155px;
left: 0px;
border-radius: 0px 8px 8px 0px;
border-left: 0px;
Expand Down

0 comments on commit 14e7cca

Please sign in to comment.