Move matching sources to bottom of entry editor

f8b9c1f9f5b873ce0c0ee871f87a739fa113bd29

Crow <bismuthglass@protonmail.com>

1 files changed, +46 -48Ignore whitespace
public/index.html+46 -48
@@ -6177,54 +6177,6 @@
61776177 <div class="world_entry_thin_controls commentContainer">
61786178 </div>
61796179 </div>
6180-
6181- <div class="inline-drawer wide100p flexFlowColumn">
6182- <div class="inline-drawer-toggle inline-drawer-header userSettingsInnerExpandable">
6183- <strong>Additional Matching Sources</strong>
6184- <div class="fa-solid fa-circle-chevron-down inline-drawer-icon down"></div>
6185- </div>
6186- <div class="inline-drawer-content flex-container flexFlowRow flexGap10 paddingBottom5px">
6187- <small>
6188- <label class="checkbox flex-container alignItemsCenter flexNoGap">
6189- <input type="checkbox" name="matchPersonaDescription" />
6190- <span data-i18n="Match Persona Description">
6191- Match Persona Description
6192- </span>
6193- </label>
6194- <label class="checkbox flex-container alignItemsCenter flexNoGap">
6195- <input type="checkbox" name="matchCharacterDescription" />
6196- <span data-i18n="Match Character Description">
6197- Match Character Description
6198- </span>
6199- </label>
6200- <label class="checkbox flex-container alignItemsCenter flexNoGap">
6201- <input type="checkbox" name="matchCharacterPersonality" />
6202- <span data-i18n="Match Character Personality">
6203- Match Character Personality
6204- </span>
6205- </label>
6206- <label class="checkbox flex-container alignItemsCenter flexNoGap">
6207- <input type="checkbox" name="matchCharacterDepthPrompt" />
6208- <span data-i18n="Match Character Note">
6209- Match Character Note
6210- </span>
6211- </label>
6212- <label class="checkbox flex-container alignItemsCenter flexNoGap">
6213- <input type="checkbox" name="matchScenario" />
6214- <span data-i18n="Match Scenario">
6215- Match Scenario
6216- </span>
6217- </label>
6218- <label class="checkbox flex-container alignItemsCenter flexNoGap">
6219- <input type="checkbox" name="matchCreatorNotes" />
6220- <span data-i18n="Match Creator Notes">
6221- Match Creator Notes
6222- </span>
6223- </label>
6224- </small>
6225- </div>
6226- </div>
6227-
62286180 <div class="flex-container wide100p flexGap10">
62296181 <div class="flex4 flex-container flexFlowColumn flexNoGap">
62306182 <div class="flex-container justifySpaceBetween">
@@ -6339,6 +6291,52 @@
63396291 </label>
63406292 </div>
63416293 </div>
6294+ <div class="inline-drawer wide100p flexFlowColumn">
6295+ <div class="inline-drawer-toggle inline-drawer-header userSettingsInnerExpandable">
6296+ <strong>Additional Matching Sources</strong>
6297+ <div class="fa-solid fa-circle-chevron-down inline-drawer-icon down"></div>
6298+ </div>
6299+ <div class="inline-drawer-content flex-container flexFlowRow flexGap10 paddingBottom5px">
6300+ <small>
6301+ <label class="checkbox flex-container alignItemsCenter flexNoGap">
6302+ <input type="checkbox" name="matchPersonaDescription" />
6303+ <span data-i18n="Match Persona Description">
6304+ Match Persona Description
6305+ </span>
6306+ </label>
6307+ <label class="checkbox flex-container alignItemsCenter flexNoGap">
6308+ <input type="checkbox" name="matchCharacterDescription" />
6309+ <span data-i18n="Match Character Description">
6310+ Match Character Description
6311+ </span>
6312+ </label>
6313+ <label class="checkbox flex-container alignItemsCenter flexNoGap">
6314+ <input type="checkbox" name="matchCharacterPersonality" />
6315+ <span data-i18n="Match Character Personality">
6316+ Match Character Personality
6317+ </span>
6318+ </label>
6319+ <label class="checkbox flex-container alignItemsCenter flexNoGap">
6320+ <input type="checkbox" name="matchCharacterDepthPrompt" />
6321+ <span data-i18n="Match Character Note">
6322+ Match Character Note
6323+ </span>
6324+ </label>
6325+ <label class="checkbox flex-container alignItemsCenter flexNoGap">
6326+ <input type="checkbox" name="matchScenario" />
6327+ <span data-i18n="Match Scenario">
6328+ Match Scenario
6329+ </span>
6330+ </label>
6331+ <label class="checkbox flex-container alignItemsCenter flexNoGap">
6332+ <input type="checkbox" name="matchCreatorNotes" />
6333+ <span data-i18n="Match Creator Notes">
6334+ Match Creator Notes
6335+ </span>
6336+ </label>
6337+ </small>
6338+ </div>
6339+ </div>
63426340 </div>
63436341 </div>
63446342 </form>