Fix index.html World pin tooltip In "Worlds/Lorebooks", prevent the pin/lock's tooltip to appear when hovering the question mark link to documentation.

61ba761c0c7b27e3e2c7c1e3bfb739c71f7109f0

issues-opener <180038973+issues-opener@users.noreply.github.com>

Signed
1 files changed, +3 -1Showing whitespace changes
public/index.html+3 -1
@@ -3556,12 +3556,14 @@
35563556 </div>
35573557 <div id="WorldInfo" class="drawer-content closedDrawer">
35583558 <div id="WorldInfoheader" class="fa-solid fa-grip drag-grabber"></div>
3559- <div id="WI_panel_pin_div" class="flex-container alignitemscenter gap10px" title="Locked = World Editor will stay open" data-i18n="[title]Locked = World Editor will stay open">
3559+ <div class="flex-container alignitemscenter gap10px">
3560+ <div id="WI_panel_pin_div" title="Locked = World Editor will stay open" data-i18n="[title]Locked = World Editor will stay open">
35603561 <input type="checkbox" id="WI_panel_pin">
35613562 <label for="WI_panel_pin">
35623563 <div class="unchecked fa-solid fa-unlock "></div>
35633564 <div class="checked fa-solid fa-lock "></div>
35643565 </label>
3566+ </div>
35653567 <h3 class="margin0">
35663568 <span data-i18n="Worlds/Lorebooks">Worlds/Lorebooks</span>
35673569 <a href="https://docs.sillytavern.app/usage/core-concepts/worldinfo/" class="notes-link" target="_blank">