Merge pull request #286 from YellowRoseCx/united

Added tooltip to WI noun section - fixed file location
This commit is contained in:
henk717
2023-02-18 19:05:41 +01:00
committed by GitHub

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>