forked from MapComplete/MapComplete
Add Fietsambassade logo to cyclofix; various svg- and css fixes
This commit is contained in:
parent
5e6f54f660
commit
cd548ab04b
21 changed files with 332 additions and 59 deletions
|
|
@ -44,9 +44,13 @@ export class FeatureInfoBox extends UIElement {
|
|||
return new Combine([
|
||||
new Combine([this._title, this._titleIcons])
|
||||
.SetClass("featureinfobox-titlebar"),
|
||||
...this._renderings,
|
||||
this._questionBox,
|
||||
]).Render();
|
||||
new Combine([
|
||||
...this._renderings,
|
||||
this._questionBox
|
||||
]
|
||||
).SetClass("featureinfobox-content"),
|
||||
]).SetClass("featureinfobox")
|
||||
.Render();
|
||||
}
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue