made shadow control usable on mobile

This commit is contained in:
Henry Jameson 2025-11-25 23:07:02 +02:00
commit 355a5955b3
5 changed files with 11 additions and 7 deletions

View file

@ -168,6 +168,7 @@
:disabled="disabled || !present"
:label="$t('settings.style.common.color')"
:fallback="getColorFallback"
:compact="true"
:show-optional-checkbox="false"
name="shadow"
@update:model-value="e => updateProperty('color', e)"