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 @@
55545554 <div class="flex-container wide100p flexGap10">
55555555 <div class="flex4 flex-container flexFlowColumn flexNoGap">
55565556 <div class="flex-container justifySpaceBetween">
55575557 <small for="characterFilter" data-i18n="Filter to Character(s)Characters or Tags">
55585558 Filter to Character(s)Characters or Tags
55595559 </small>
55605560 <label class="checkbox_label flexNoGap margin-r5" for="character_exclusion">
55615561 <input type="checkbox" name="character_exclusion" />
55625562 <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>
55645567 </span>
55655568 </label>
55665569 </div>