mirror of
https://github.com/paricafe/misskey.git
synced 2024-11-25 02:46:43 -06:00
[Client] Improve usability
This commit is contained in:
parent
8c68992594
commit
b72d15b56c
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@
|
||||||
<section class="fit-bottom">
|
<section class="fit-bottom">
|
||||||
<header><fa icon="headset"/> %i18n:@maintainer-config%</header>
|
<header><fa icon="headset"/> %i18n:@maintainer-config%</header>
|
||||||
<ui-input v-model="maintainerName">%i18n:@maintainer-name%</ui-input>
|
<ui-input v-model="maintainerName">%i18n:@maintainer-name%</ui-input>
|
||||||
<ui-input v-model="maintainerEmail">%i18n:@maintainer-email%</ui-input>
|
<ui-input v-model="maintainerEmail" type="email"><i slot="icon"><fa :icon="['far', 'envelope']"/></i>%i18n:@maintainer-email%</ui-input>
|
||||||
</section>
|
</section>
|
||||||
<section class="fit-top fit-bottom">
|
<section class="fit-top fit-bottom">
|
||||||
<ui-input v-model="maxNoteTextLength">%i18n:@max-note-text-length%</ui-input>
|
<ui-input v-model="maxNoteTextLength">%i18n:@max-note-text-length%</ui-input>
|
||||||
|
|
Loading…
Reference in a new issue