This commit is contained in:
Pieter Vander Vennet 2022-07-09 20:35:59 +02:00
parent 92f9a25fb0
commit 1bb816206c
3 changed files with 16 additions and 19 deletions

View file

@ -54,7 +54,7 @@ export default class FeatureInfoBox extends ScrollableFullScreen {
const titleIcons = new Combine(
layerConfig.titleIcons.map(icon => {
return new TagRenderingAnswer(tags, icon, state,
"block h-8 max-h-8 align-baseline box-content sm:p-0.5").SetClass("flex");
"block h-8 max-h-8 align-baseline box-content sm:p-0.5 titleicon");
}
))
.SetClass("flex flex-row flex-wrap pt-0.5 sm:pt-1 items-center mr-2")