Skip to content

Commit a92e429

Browse files
committed
replaced PSD dBm values labels
1 parent 64e0c25 commit a92e429

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

src/css/main.css

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -684,15 +684,15 @@ html.has-analyser-fullscreen.has-analyser
684684
height: 100px;
685685
-webkit-appearance: slider-vertical;
686686
left: 0px;
687-
top: 30px;
687+
top: 48px;
688688
}
689689

690690
.analyser input#analyserLowLevelPSD {
691691
width: 10px;
692692
height: 100px;
693693
-webkit-appearance: slider-vertical;
694694
left: 0px;
695-
top: 30px;
695+
top: 48px;
696696
}
697697

698698
.analyser input#analyserMaxPSD {
@@ -706,14 +706,14 @@ html.has-analyser-fullscreen.has-analyser
706706
width: 30px;
707707
height: 18px;
708708
left: 0px;
709-
top: 110px;
709+
top: 150px;
710710
}
711711

712712
.analyser input#analyserLowPSD {
713713
width: 40px;
714714
height: 18px;
715715
left: 0px;
716-
top: 70px;
716+
top: 150px;
717717
}
718718

719719
.analyser input.onlyFullScreen {

src/graph_spectrum.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -113,13 +113,13 @@ export function FlightLogAnalyser(flightLog, canvas, analyserCanvas) {
113113
left: `${newSize.width - 20}px`,
114114
});
115115
$("#analyserMaxPSD", parentElem).css({
116-
left: `${newSize.width - 50}px`,
116+
left: `${newSize.width - 30}px`,
117117
});
118118
$("#analyserMinPSD", parentElem).css({
119-
left: `${newSize.width - 50}px`,
119+
left: `${newSize.width - 30}px`,
120120
});
121121
$("#analyserLowPSD", parentElem).css({
122-
left: `${newSize.width - 120}px`,
122+
left: `${newSize.width - 145}px`,
123123
});
124124
};
125125

0 commit comments

Comments
 (0)