Skip to content

Commit

Permalink
chore: add border top to browser toolbox
Browse files Browse the repository at this point in the history
  • Loading branch information
yohanboniface committed Oct 7, 2024
1 parent 36afe0e commit 4b66e0f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions umap/static/umap/map.css
Original file line number Diff line number Diff line change
Expand Up @@ -915,6 +915,10 @@ a.umap-control-caption,
}
.umap-browser .main-toolbox {
padding-left: 4px; /* Align with toolbox below */
border-top: 1px solid var(--color-mediumGray);
margin-top: var(--box-margin);
padding-top: 3px;
padding-bottom: 3px;
}
.umap-browser .main-toolbox i {
cursor: pointer;
Expand Down

0 comments on commit 4b66e0f

Please sign in to comment.