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
|
||||
);
|
||||
})
|
||||
)
|
||||
).SetClass("text-base")
|
||||
);
|
||||
}
|
||||
|
||||
|
@ -94,14 +94,14 @@ export default class FeatureInfoBox extends ScrollableFullScreen {
|
|||
id,
|
||||
layerConfig.deletion
|
||||
))
|
||||
))
|
||||
).SetClass("text-base"))
|
||||
}
|
||||
|
||||
if (layerConfig.allowSplit) {
|
||||
editElements.push(
|
||||
new VariableUiElement(tags.map(tags => tags.id).map(id =>
|
||||
new SplitRoadWizard(id))
|
||||
))
|
||||
).SetClass("text-base"))
|
||||
}
|
||||
|
||||
|
||||
|
|
|
@ -433,6 +433,7 @@
|
|||
"id": "public_bookcase-website"
|
||||
}
|
||||
],
|
||||
"allowMove": true,
|
||||
"deletion": {
|
||||
"softDeletionTags": {
|
||||
"and": [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue