mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2024-12-11 17:07:07 +01:00
Fix reroll button at home
This commit is contained in:
parent
44a8283e7e
commit
26aad5fa80
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user