Fixed range slider rendering when value is out of range.
If the value of a ranged slider is out of range, the slider will snap to either 0% or 100%. Reduced memory label margin to preserve sufficient spacing.
This commit is contained in:
@@ -1422,7 +1422,7 @@ input:checked + .toggleSwitchSlider:before {
|
||||
/* Label which displays a memory slider's value. */
|
||||
.settingsMemoryLabel {
|
||||
font-size: 14px;
|
||||
margin-right: 3%;
|
||||
margin-right: 2%;
|
||||
}
|
||||
|
||||
/* Range sliders for min and max memory settings. */
|
||||
|
||||
Reference in New Issue
Block a user