update readme; more style tweaks

This commit is contained in:
gingervitis
2021-02-15 00:08:52 -08:00
parent b7ba430b32
commit 834ddafc9b
8 changed files with 119 additions and 54 deletions

View File

@@ -51,7 +51,6 @@ export default function CPUUsageSelector({ defaultValue, onChange }: Props) {
</p>
<div className="segment-slider-container">
<Slider
tooltipVisible={false}
tipFormatter={value => TOOLTIPS[value]}
onChange={handleChange}
min={1}