File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff 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 />
Original file line number Diff line number Diff line change @@ -747,7 +747,7 @@ html.has-analyser-fullscreen.has-analyser
747747}
748748
749749.analyser input # analyserSegmentLengthPSD {
750- width : 100 px ;
750+ width : 80 px ;
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 : 30 px ;
760+ top : 28 px ;
761761}
762762
763763.analyser input .onlyFullScreen {
You can’t perform that action at this time.
0 commit comments