Make dynamic reroll available without use of modifier key

Linting
This commit is contained in:
ceruleandeep
2024-11-17 00:36:06 +11:00
parent 7c7aaf33fc
commit 5e883e446a
2 changed files with 137 additions and 109 deletions

View File

@@ -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;