initial font support
This commit is contained in:
parent
e8536f3d95
commit
1a65895bfd
8 changed files with 251 additions and 32 deletions
|
@ -124,9 +124,9 @@
|
|||
<OpacityInput
|
||||
v-model="selected.alpha"
|
||||
:disabled="!present"/>
|
||||
<div>
|
||||
<p>
|
||||
{{$t('settings.style.shadows.hint')}}
|
||||
</div>
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
</template>
|
||||
|
@ -139,6 +139,7 @@
|
|||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
justify-content: center;
|
||||
margin-bottom: 1em;
|
||||
|
||||
.shadow-preview-container,
|
||||
.shadow-tweak {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue