Fix misplaced class on Claude prefill fields

b80ca93a1af3c49974fc2481709087f5575a2616

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

1 files changed, +2 -2Ignore whitespace
public/index.html+2 -2
@@ -1824,9 +1824,9 @@
1824 <div data-newbie-hidden class="range-block" data-source="claude">1824 <div data-newbie-hidden class="range-block" data-source="claude">
1825 <div class="wide100p">1825 <div class="wide100p">
1826 <span id="claude_assistant_prefill_text" data-i18n="Assistant Prefill">Assistant Prefill</span>1826 <span id="claude_assistant_prefill_text" data-i18n="Assistant Prefill">Assistant Prefill</span>
1827 <textarea id="claude_assistant_prefill" class="text_pole textarea_compact" name="assistant_prefill autoSetHeight" rows="3" maxlength="10000" data-i18n="[placeholder]Start Claude's answer with..." placeholder="Start Claude's answer with..."></textarea>1827 <textarea id="claude_assistant_prefill" class="text_pole textarea_compact autoSetHeight" name="assistant_prefill" rows="3" maxlength="10000" data-i18n="[placeholder]Start Claude's answer with..." placeholder="Start Claude's answer with..."></textarea>
1828 <span id="claude_assistant_impersonation_text" data-i18n="Assistant Impersonation Prefill">Assistant Impersonation Prefill</span>1828 <span id="claude_assistant_impersonation_text" data-i18n="Assistant Impersonation Prefill">Assistant Impersonation Prefill</span>
1829 <textarea id="claude_assistant_impersonation" class="text_pole textarea_compact" name="assistant_impersonation autoSetHeight" rows="3" maxlength="10000" data-i18n="[placeholder]Start Claude's answer with..." placeholder="Start Claude's answer with..."></textarea>1829 <textarea id="claude_assistant_impersonation" class="text_pole textarea_compact autoSetHeight" name="assistant_impersonation" rows="3" maxlength="10000" data-i18n="[placeholder]Start Claude's answer with..." placeholder="Start Claude's answer with..."></textarea>
1830 </div>1830 </div>
1831 <label for="claude_use_sysprompt" class="checkbox_label widthFreeExpand">1831 <label for="claude_use_sysprompt" class="checkbox_label widthFreeExpand">
1832 <input id="claude_use_sysprompt" type="checkbox" />1832 <input id="claude_use_sysprompt" type="checkbox" />