Skip to content

Commit

Permalink
fix: hiding more superfluous iD Editor content (#636)
Browse files Browse the repository at this point in the history
  • Loading branch information
rudokemper authored Dec 8, 2021
1 parent 130d14e commit 133534e
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions src/renderer/components/MapEditor/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,10 @@ insertCss(`
.id-container .inspector-body .preset-area {
display: none;
}
}
.id-container .inspector-body .more-fields {
display: none;
}
.id-container .inspector-body .raw-tag-editor {
display: none;
}
Expand All @@ -110,8 +114,18 @@ insertCss(`
.id-container .inspector-body .raw-membership-editor {
display: none;
}
.id-container .save-success .link-out {
display: none;
}
.id-container .save-success .summary-table {
display: none;
}
.id-container .layer-list li.switch {
background: none;
}
.id-container .map-panes .imagery-faq {
display: none;
}
.id-container .map-controls .help-control {
display: none;
Expand Down

0 comments on commit 133534e

Please sign in to comment.