Skip to content

Commit 88a00b0

Browse files
committed
Edited html input element
1 parent 2476e1d commit 88a00b0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -493,7 +493,7 @@ <h4>Workspace</h4>
493493
/>
494494
<input id="analyserZoomY" class="onlyFullScreen" type="range" name="analyserZoomY" value="100" min="10" max="1000" step="10" list="analyserZoomYTicks"
495495
/>
496-
<input id="analyserSegmentLengthPSD" class="onlyFullScreen" type="number" name="analyserSegmentLengthPSD" value="512" min="256" step="any"
496+
<input id="analyserSegmentLengthPSD" class="onlyFullScreen" type="number" name="analyserSegmentLengthPSD" value="512" min="64" max="1048576" step="1"
497497
/>
498498
<input id="analyserLowLevelPSD" class="onlyFullScreen" type="number" name="analyserLowLevelPSD" value="-40" min="-40" max="10" step="5"
499499
/>

src/css/main.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -747,7 +747,7 @@ html.has-analyser-fullscreen.has-analyser
747747
}
748748

749749
.analyser input#analyserSegmentLengthPSD {
750-
width: 100px;
750+
width: 80px;
751751
height: 20px;
752752
left: 0px;
753753
top: 50px;
@@ -757,7 +757,7 @@ html.has-analyser-fullscreen.has-analyser
757757
width: 50px;
758758
height: 20px;
759759
left: 0px;
760-
top: 30px;
760+
top: 28px;
761761
}
762762

763763
.analyser input.onlyFullScreen {

0 commit comments

Comments
 (0)