Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/pull/4717'
Browse files Browse the repository at this point in the history
  • Loading branch information
tomhughes committed Apr 24, 2024
2 parents e30385e + 7171dcd commit 02c60f7
Show file tree
Hide file tree
Showing 66 changed files with 603 additions and 621 deletions.
13 changes: 12 additions & 1 deletion vendor/assets/iD/iD.css.erb
Original file line number Diff line number Diff line change
Expand Up @@ -2861,8 +2861,12 @@
align-items: center;
}

.ideditor .mapillary-attribution-image-container {
height: auto;
}

.ideditor .mly-wrapper .mapillary-attribution-container .mapillary-attribution-username {
display: none;
padding: 0px 8px 0 6px;
}

.ideditor .mly-wrapper .mapillary-attribution-container .mapillary-attribution-date {
Expand Down Expand Up @@ -3895,6 +3899,12 @@
vertical-align: baseline;
}

.ideditor button.loading .icon {
background-image: url(<%= asset_path("iD/img/mini-loader.gif") %>);
background-position: 0 0;
background-size: auto;
}


/* Toolbar / Persistent UI Elements
------------------------------------------------------- */
Expand Down Expand Up @@ -5445,6 +5455,7 @@
.ideditor .form-field-input-roadheight input.roadheight-secondary-number,
.ideditor .form-field-input-roadspeed input.roadspeed-number {
flex-basis: 0;
width: 0;
}
.ideditor .form-field-input-roadheight input.roadheight-unit,
.ideditor .form-field-input-roadheight input.roadheight-secondary-unit {
Expand Down
Loading

0 comments on commit 02c60f7

Please sign in to comment.