mirror of
https://github.com/FoggedLens/iD.git
synced 2026-02-13 09:12:52 +00:00
Hide the preset form div if there are no fields in it
This commit is contained in:
@@ -1039,6 +1039,10 @@ button.save.has-count .count::before {
|
||||
border-radius: 8px;
|
||||
}
|
||||
|
||||
.inspector-preset .preset-form:empty {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.entity-editor-pane .preset-list-item .preset-list-button-wrap {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user