Revert changes to WI filter layout

3f4e7e95bdec692a70f4e6968165529c94f6db18

Cohee <18619528+Cohee1207@users.noreply.github.com>

1 files changed, +6 -3Ignore whitespace
public/index.html+6 -3
@@ -5554,13 +5554,16 @@
5554 <div class="flex-container wide100p flexGap10">5554 <div class="flex-container wide100p flexGap10">
5555 <div class="flex4 flex-container flexFlowColumn flexNoGap">5555 <div class="flex4 flex-container flexFlowColumn flexNoGap">
5556 <div class="flex-container justifySpaceBetween">5556 <div class="flex-container justifySpaceBetween">
5557 <small for="characterFilter" data-i18n="Filter to Character(s)">5557 <small for="characterFilter" data-i18n="Filter to Characters or Tags">
5558 Filter to Character(s)5558 Filter to Characters or Tags
5559 </small>5559 </small>
5560 <label class="checkbox_label flexNoGap margin-r5" for="character_exclusion">5560 <label class="checkbox_label flexNoGap margin-r5" for="character_exclusion">
5561 <input type="checkbox" name="character_exclusion" />5561 <input type="checkbox" name="character_exclusion" />
5562 <span>5562 <span>
5563 <small data-i18n="Character Exclusion">Character Exclusion</small>5563 <small title="Switch the Character/Tags filter around to exclude the listed characters and tags from matching for this entry" data-i18n="[title]Switch the Character/Tags filter around to exclude the listed characters and tags from matching for this entry">
5564 <span data-i18n="Exclude">Exclude</span>
5565 <div class="fa-solid fa-circle-info opacity50p"></div>
5566 </small>
5564 </span>5567 </span>
5565 </label>5568 </label>
5566 </div>5569 </div>