lint
This commit is contained in:
parent
355a5955b3
commit
b519c0f3aa
3 changed files with 4 additions and 3 deletions
|
|
@ -8,7 +8,7 @@
|
||||||
class="label"
|
class="label"
|
||||||
:class="{ faint: !present || disabled }"
|
:class="{ faint: !present || disabled }"
|
||||||
>
|
>
|
||||||
{{ label }}
|
{{ label || $t('settings.style.themes3.editor.opacity') }}
|
||||||
</label>
|
</label>
|
||||||
<Checkbox
|
<Checkbox
|
||||||
v-if="typeof fallback !== 'undefined'"
|
v-if="typeof fallback !== 'undefined'"
|
||||||
|
|
|
||||||
|
|
@ -6,8 +6,9 @@
|
||||||
margin-bottom: 0.5em;
|
margin-bottom: 0.5em;
|
||||||
|
|
||||||
.label {
|
.label {
|
||||||
|
display: inline-block;
|
||||||
margin-right: 0.5em;
|
margin-right: 0.5em;
|
||||||
flex: 1 1 0;
|
flex: 1 1 auto;
|
||||||
line-height: 2;
|
line-height: 2;
|
||||||
min-height: 2em;
|
min-height: 2em;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -380,8 +380,8 @@
|
||||||
key="variables"
|
key="variables"
|
||||||
:label="$t('settings.style.themes3.editor.variables_tab')"
|
:label="$t('settings.style.themes3.editor.variables_tab')"
|
||||||
:model-value="virtualDirectives"
|
:model-value="virtualDirectives"
|
||||||
@update:model-value="updateVirtualDirectives"
|
|
||||||
:full-width="true"
|
:full-width="true"
|
||||||
|
@update:model-value="updateVirtualDirectives"
|
||||||
/>
|
/>
|
||||||
</tab-switcher>
|
</tab-switcher>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue