diff --git a/src/components/select/select_motion.vue b/src/components/select/select_motion.vue index 38d3f261..45e278fc 100644 --- a/src/components/select/select_motion.vue +++ b/src/components/select/select_motion.vue @@ -49,9 +49,27 @@ diff --git a/src/components/settings_modal/tabs/style_tab/virtual_directives_tab.vue b/src/components/settings_modal/tabs/style_tab/virtual_directives_tab.vue index 65c5e2f1..cf3345e5 100644 --- a/src/components/settings_modal/tabs/style_tab/virtual_directives_tab.vue +++ b/src/components/settings_modal/tabs/style_tab/virtual_directives_tab.vue @@ -1,83 +1,83 @@ - - - {{ $t('settings.style.themes3.editor.variables.label') }} - {{ ' ' }} - - + - + - {{ p.name }} - - - emit('update:modelValue', e)" - :selected-id="selectedVirtualDirectiveId" - @update:selectedId="e => selectedVirtualDirectiveId = e" - :get-add-value="getNewVirtualDirective" - /> - - - - {{ $t('settings.style.themes3.editor.variables.name_label') }} - {{ ' ' }} - - - - {{ $t('settings.style.themes3.editor.variables.type_label') }} - {{ ' ' }} - - - - {{ $t('settings.style.themes3.editor.variables.type_shadow') }} - - - {{ $t('settings.style.themes3.editor.variables.type_color') }} - - - {{ $t('settings.style.themes3.editor.variables.type_generic') }} - - + {{ p.name }} + + + emit('update:modelValue', e)" + :selected-id="selectedVirtualDirectiveId" + @update:selectedId="e => selectedVirtualDirectiveId = e" + :get-add-value="getNewVirtualDirective" + /> + + + + {{ $t('settings.style.themes3.editor.variables.name_label') }} + {{ ' ' }} + + + + {{ $t('settings.style.themes3.editor.variables.type_label') }} + {{ ' ' }} + + + + {{ $t('settings.style.themes3.editor.variables.type_shadow') }} + + + {{ $t('settings.style.themes3.editor.variables.type_color') }} + + + {{ $t('settings.style.themes3.editor.variables.type_generic') }} + + + + + - - -