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 4dc12f9 commit 44b4493
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/css/ttyg/agent-settings-modal.css
Original file line number Diff line number Diff line change
Expand Up @@ -45,17 +45,15 @@
padding: 1rem 1rem 1rem 3.6rem;
}

.agent-settings-form .additional-extraction-methods .additional-extraction-method {
.agent-settings-modal .agent-settings-form .additional-extraction-methods .additional-extraction-method {
padding: 0 10px;
}

.agent-settings-modal .agent-settings-form input[type="range"] {
width: 100%
}

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

0 comments on commit 44b4493

Please sign in to comment.