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="{ faint: !present || disabled }"
|
||||
>
|
||||
{{ label }}
|
||||
{{ label || $t('settings.style.themes3.editor.opacity') }}
|
||||
</label>
|
||||
<Checkbox
|
||||
v-if="typeof fallback !== 'undefined'"
|
||||
|
|
|
|||
|
|
@ -6,8 +6,9 @@
|
|||
margin-bottom: 0.5em;
|
||||
|
||||
.label {
|
||||
display: inline-block;
|
||||
margin-right: 0.5em;
|
||||
flex: 1 1 0;
|
||||
flex: 1 1 auto;
|
||||
line-height: 2;
|
||||
min-height: 2em;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -380,8 +380,8 @@
|
|||
key="variables"
|
||||
:label="$t('settings.style.themes3.editor.variables_tab')"
|
||||
:model-value="virtualDirectives"
|
||||
@update:model-value="updateVirtualDirectives"
|
||||
:full-width="true"
|
||||
@update:model-value="updateVirtualDirectives"
|
||||
/>
|
||||
</tab-switcher>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue