Fix reroll button at home

26aad5fa80966e3f8846573127758ff19ed627ec

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

1 files changed, +2 -2Showing whitespace changes
public/index.html+2 -2
@@ -6631,9 +6631,9 @@
6631 </div>6631 </div>
6632 </div>6632 </div>
6633 <div class="logprobs_panel_content inline-drawer-content flex-container flexFlowColumn">6633 <div class="logprobs_panel_content inline-drawer-content flex-container flexFlowColumn">
6634 <small class="flex-container alignItemsCenter justifySpaceBetween">6634 <small class="flex-container alignItemsCenter justifySpaceBetween flexNoWrap">
6635 <b data-i18n="Select a token to see alternatives considered by the AI.">Select a token to see alternatives considered by the AI.</b>6635 <b data-i18n="Select a token to see alternatives considered by the AI.">Select a token to see alternatives considered by the AI.</b>
6636 <button id="logprobsReroll" class="menu_button" title="Reroll with the entire prefix" data-i18n="[title]Reroll with the entire prefix">6636 <button id="logprobsReroll" class="menu_button margin0" title="Reroll with the entire prefix" data-i18n="[title]Reroll with the entire prefix">
6637 <span class="fa-solid fa-redo logprobs_reroll"></span>6637 <span class="fa-solid fa-redo logprobs_reroll"></span>
6638 </button>6638 </button>
6639 </small>6639 </small>