Skip to content

Commit

Permalink
style: adjust position of date display
Browse files Browse the repository at this point in the history
  • Loading branch information
foosint committed Aug 28, 2024
1 parent 44d943a commit e118a77
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions src/styles/map/_datedisplay.scss
Original file line number Diff line number Diff line change
@@ -1,13 +1,10 @@
#date-display {
margin: 0 auto auto auto;
margin: 5px auto auto auto;
padding: 2px 10px;
z-index: 9999;
background: rgba(255, 255, 255, 0.8);
border-left: 1px solid rgba(0, 0, 0, 0.5);
border-right: 1px solid rgba(0, 0, 0, 0.5);
border-bottom: 1px solid rgba(0, 0, 0, 0.5);
border-bottom-left-radius: 5px;
border-bottom-right-radius: 5px;
border: 1px solid rgba(0, 0, 0, 0.5);
border-radius: 5px;
position: relative;
font-size: 20px;
min-width: 120px;
Expand Down

0 comments on commit e118a77

Please sign in to comment.