Add text to open alternate greetings
This commit is contained in:
parent
ca73a3a7b7
commit
25c461bd3f
|
@ -138,8 +138,7 @@
|
||||||
filter: brightness(1);
|
filter: brightness(1);
|
||||||
}
|
}
|
||||||
|
|
||||||
.tags_view,
|
.tags_view {
|
||||||
.open_alternate_greetings {
|
|
||||||
margin: 0;
|
margin: 0;
|
||||||
aspect-ratio: 1 / 1;
|
aspect-ratio: 1 / 1;
|
||||||
}
|
}
|
||||||
|
|
|
@ -3519,8 +3519,11 @@
|
||||||
<span class="note-link-span">?</span>
|
<span class="note-link-span">?</span>
|
||||||
</a>
|
</a>
|
||||||
</span>
|
</span>
|
||||||
<div class="menu_button open_alternate_greetings" title="Click to set additional greeting messages" data-i18n="[title]Click to set additional greeting messages">
|
<div class="menu_button menu_button_icon open_alternate_greetings margin0" title="Click to set additional greeting messages" data-i18n="[title]Click to set additional greeting messages">
|
||||||
<i class="fa-solid fa-comment-dots"></i>
|
<i class="fa-solid fa-comment-dots"></i>
|
||||||
|
<span data-i18n="Alternate Greetings">
|
||||||
|
Alternate Greetings
|
||||||
|
</span>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<textarea id="firstmessage_textarea" data-i18n="[placeholder]This will be the first message from the character that starts every chat." placeholder="This will be the first message from the character that starts every chat." class="marginBot5" name="first_mes" placeholder=""></textarea>
|
<textarea id="firstmessage_textarea" data-i18n="[placeholder]This will be the first message from the character that starts every chat." placeholder="This will be the first message from the character that starts every chat." class="marginBot5" name="first_mes" placeholder=""></textarea>
|
||||||
|
|
Loading…
Reference in New Issue