Add text to open alternate greetings

This commit is contained in:
Cohee 2023-10-21 15:10:48 +03:00
parent ca73a3a7b7
commit 25c461bd3f
2 changed files with 6 additions and 4 deletions

View File

@ -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;
} }
@ -171,4 +170,4 @@
-1px 1px 0px black, -1px 1px 0px black,
1px -1px 0px black; 1px -1px 0px black;
opacity: 1; opacity: 1;
} }

View File

@ -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>