mirror of
https://github.com/KoboldAI/KoboldAI-Client.git
synced 2025-06-05 21:59:24 +02:00
Added tooltip to WI noun section
This commit is contained in:
@@ -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>
|
||||||
|
Reference in New Issue
Block a user