More styling

This commit is contained in:
Pieter Vander Vennet 2024-06-17 04:27:08 +02:00
parent 6a67b9f2f2
commit 08ab5a58fb
38 changed files with 474 additions and 493 deletions

View file

@ -2653,7 +2653,6 @@
}
}
},
{
"id": "qr_code",
"labels": [
@ -2706,6 +2705,28 @@
"class": "subtle font-small"
}
}
},
{
"id": "nothing_known",
"labels": [
"added_by_default"
],
"condition": {
"and": [
"_backend~*",
"_last_edit:passed_time>=300"
]
},
"render": {
"special": {
"type": "if_nothing_known",
"text": {
"en": "Nothing is known about this place. Help by filling out the questions",
"nl": "Er is nog niets geweten. Help mee door de vragen te beantwoorden"
},
"cssClasses": "subtle m-4 italic flex items-center justify-center"
}
}
}
]
}