Skip to content

Commit 12231ea

Browse files
committed
replaced PSD dBm values labels
1 parent bf5e4bd commit 12231ea

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
@@ -112,13 +112,13 @@ export function FlightLogAnalyser(flightLog, canvas, analyserCanvas) {
112112
left: `${newSize.width - 20}px`,
113113
});
114114
$("#analyserMaxPSD", parentElem).css({
115-
left: `${newSize.width - 50}px`,
115+
left: `${newSize.width - 30}px`,
116116
});
117117
$("#analyserMinPSD", parentElem).css({
118-
left: `${newSize.width - 50}px`,
118+
left: `${newSize.width - 30}px`,
119119
});
120120
$("#analyserLowPSD", parentElem).css({
121-
left: `${newSize.width - 120}px`,
121+
left: `${newSize.width - 145}px`,
122122
});
123123
};
124124

0 commit comments

Comments
 (0)