Skip to content

Commit

Permalink
Add css for altimetry
Browse files Browse the repository at this point in the history
  • Loading branch information
PON authored and PON committed Sep 1, 2023
1 parent aa007e1 commit 2f7e98d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions geotrek/altimetry/static/altimetry/style.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#altitudegraph {
position: fixed;
bottom: 10px;
right: 10px;
bottom: 24px;
right: 14px;
background-color: white;
border-radius: 5px;
border: 1px solid #d4d4d4;
Expand All @@ -14,7 +14,7 @@
}

#altitudegraph.colapsed {
width: 20px;
width: revert;
}
#altitudegraph.colapsed img,
#altitudegraph.colapsed h4 {
Expand Down

0 comments on commit 2f7e98d

Please sign in to comment.