fixes
Some checks failed
deploy to production / deploy (push) Failing after 23s

This commit is contained in:
Robin Grenzdörfer 2023-09-08 13:47:19 +00:00
parent 61af2e2c8e
commit 5504c5595a
2 changed files with 13 additions and 0 deletions

View File

@ -45,6 +45,17 @@ subFields:
label: Hintergrundbild
helperText: "Dieses Bild wird als Hintergrundbild der Zeile angezeigt."
- name: noBottomMargin
type: boolean
meta:
label: Kein unterer Abstand
helperText: "Ist dies aktiviert, so wird kein Abstand unter der Zeile angezeigt."
- name: noTopMargin
type: boolean
meta:
label: Kein oberer Abstand
helperText: "Ist dies aktiviert, so wird kein Abstand über der Zeile angezeigt."
- name: flexWrapNormal
type: boolean
meta:

View File

@ -48,6 +48,8 @@
<div
class="row"
id="row-{i}"
style="{row.noBottomMargin ? "margin-bottom: 0px;" : "" } {row.noTopMargin ? "margin-top: 0px;" : "" }"
style="{path == '/' && i == page.rows.length - 1 ? 'padding-bottom: 300px;' : ''}"
>
{#if row.row.backgroundImage}