forked from MapComplete/MapComplete
Small styling tweaks
This commit is contained in:
parent
d443616d1f
commit
2e80fff92e
2 changed files with 489 additions and 488 deletions
|
@ -83,7 +83,7 @@ export default class FeatureInfoBox extends ScrollableFullScreen {
|
||||||
layerConfig.allowMove
|
layerConfig.allowMove
|
||||||
);
|
);
|
||||||
})
|
})
|
||||||
)
|
).SetClass("text-base")
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -94,14 +94,14 @@ export default class FeatureInfoBox extends ScrollableFullScreen {
|
||||||
id,
|
id,
|
||||||
layerConfig.deletion
|
layerConfig.deletion
|
||||||
))
|
))
|
||||||
))
|
).SetClass("text-base"))
|
||||||
}
|
}
|
||||||
|
|
||||||
if (layerConfig.allowSplit) {
|
if (layerConfig.allowSplit) {
|
||||||
editElements.push(
|
editElements.push(
|
||||||
new VariableUiElement(tags.map(tags => tags.id).map(id =>
|
new VariableUiElement(tags.map(tags => tags.id).map(id =>
|
||||||
new SplitRoadWizard(id))
|
new SplitRoadWizard(id))
|
||||||
))
|
).SetClass("text-base"))
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -433,6 +433,7 @@
|
||||||
"id": "public_bookcase-website"
|
"id": "public_bookcase-website"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"allowMove": true,
|
||||||
"deletion": {
|
"deletion": {
|
||||||
"softDeletionTags": {
|
"softDeletionTags": {
|
||||||
"and": [
|
"and": [
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue