Skip to content

Commit

Permalink
Fix MR comment
Browse files Browse the repository at this point in the history
  • Loading branch information
boyan-tonchev authored and svilenvelikov committed Oct 7, 2024
1 parent 5e9a1e8 commit 4dc12f9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/css/ttyg/agent-settings-modal.css
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,9 @@
width: 100%
}

.agent-settings-modal .agent-settings-form [type="range"] {
.agent-settings-form #similarityIndexThresholdSlider,
.agent-settings-form #temperatureSlider,
.agent-settings-form #topPSlider {
position: relative;
/* move the slider up next to the related input field to match the mockup */
top: -6px;
Expand Down

0 comments on commit 4dc12f9

Please sign in to comment.