mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Make dynamic reroll available without use of modifier key
Linting
This commit is contained in:
@@ -72,6 +72,20 @@
|
||||
opacity: 0.5;
|
||||
}
|
||||
|
||||
.logprobs_output_prefix:hover {
|
||||
background-color: rgba(255, 0, 50, 0.4);
|
||||
}
|
||||
|
||||
.logprobs_output_prefix:hover ~ .logprobs_output_prefix {
|
||||
background-color: rgba(255, 0, 50, 0.4);
|
||||
}
|
||||
|
||||
#logprobsReroll {
|
||||
float: right; /* Position the button to the right */
|
||||
margin: 5px 0 5px 10px; /* Add spacing (top, right, bottom, left) */
|
||||
clear: right; /* Ensure it starts on a new line */
|
||||
}
|
||||
|
||||
.logprobs_candidate_list {
|
||||
grid-row-start: 3;
|
||||
grid-row-end: 4;
|
||||
|
Reference in New Issue
Block a user