forked from FoundKeyGang/FoundKey
add link to external CSS snippets
This commit is contained in:
parent
8721e8844a
commit
48023a0814
2 changed files with 3 additions and 0 deletions
|
@ -928,6 +928,7 @@ setCategory: "Set category"
|
|||
setTag: "Set tag"
|
||||
addTag: "Add tag"
|
||||
removeTag: "Remove tag"
|
||||
externalCssSnippets: "Some CSS snippets for your inspiration (not managed by FoundKey)"
|
||||
_emailUnavailable:
|
||||
used: "This email address is already being used"
|
||||
format: "The format of this email address is invalid"
|
||||
|
|
|
@ -5,6 +5,8 @@
|
|||
<FormTextarea v-model="localCustomCss" manual-save tall class="_monospace _formBlock" style="tab-size: 2;">
|
||||
<template #label>CSS</template>
|
||||
</FormTextarea>
|
||||
|
||||
<a href="https://github.com/JakeMBauer/Misskey-Extras/tree/master/custom-css">{{ i18n.ts.externalCssSnippets }}</a>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
|
|
Loading…
Reference in a new issue