Fix reroll button at home

This commit is contained in:
Cohee 2024-11-18 09:55:25 +00:00
parent 44a8283e7e
commit 26aad5fa80
1 changed files with 2 additions and 2 deletions

View File

@ -6631,9 +6631,9 @@
</div>
</div>
<div class="logprobs_panel_content inline-drawer-content flex-container flexFlowColumn">
<small class="flex-container alignItemsCenter justifySpaceBetween">
<small class="flex-container alignItemsCenter justifySpaceBetween flexNoWrap">
<b data-i18n="Select a token to see alternatives considered by the AI.">Select a token to see alternatives considered by the AI.</b>
<button id="logprobsReroll" class="menu_button" title="Reroll with the entire prefix" data-i18n="[title]Reroll with the entire prefix">
<button id="logprobsReroll" class="menu_button margin0" title="Reroll with the entire prefix" data-i18n="[title]Reroll with the entire prefix">
<span class="fa-solid fa-redo logprobs_reroll"></span>
</button>
</small>