(showAdv = !showAdv)}> Доп. настройки
{#if showAdv}
Ширина (px)
update({ width: parseInt(e.target.value, 10) || 0 })} />
Высота (px)
update({ height: parseInt(e.target.value, 10) || 0 })} />
Цвет фона (#hex)
update({ bgColor: e.target.value })} />
Цвет текста (#hex)
update({ textColor: e.target.value })} />
Размер шрифта (px)
update({ fontSize: parseInt(e.target.value, 10) || 0 })} />
Отступ снизу (px)
update({ bottomSpacing: parseInt(e.target.value, 10) || 0 })} />
{/if}