Added tooltip to WI noun section

This commit is contained in:
YellowRoseCx
2023-02-13 20:36:41 -06:00
committed by GitHub
parent 3752ad1c2e
commit 00a8806e0d

View File

@@ -1,4 +1,5 @@
<!---------------- World Info Card ----------------------> <!---------------- World Info Card ---------------------->
<link href="static/koboldai.css" rel="stylesheet">
<div draggable="true" class="world_info_card" id="world_info_"> <div draggable="true" class="world_info_card" id="world_info_">
<div class="world_info_title_area"> <div class="world_info_title_area">
<div> <div>
@@ -24,7 +25,7 @@
contenteditable="true" contenteditable="true"
data-placeholder="Person" data-placeholder="Person"
spellcheck="false" spellcheck="false"
></span> ></span> <span class="helpicon material-icons-outlined" tooltip="Please enter a noun that describes a person, place or thing." "]">help_icon</span>
</div> </div>
</div> </div>
<span id="world_info_delete_" class="world_info_delete">X</span> <span id="world_info_delete_" class="world_info_delete">X</span>