diff --git a/app/components/flightlab/pfd/PfdContainer.vue b/app/components/flightlab/pfd/PfdContainer.vue index 6ceb272..460c593 100644 --- a/app/components/flightlab/pfd/PfdContainer.vue +++ b/app/components/flightlab/pfd/PfdContainer.vue @@ -80,7 +80,7 @@ const headingWidth = computed(() => attSize.value + tapeWidth.value * 2) top: `${speedTapePos.top}px`, }" > - attSize.value + tapeWidth.value * 2) top: `${attitudePos.top}px`, }" > - attSize.value + tapeWidth.value * 2) top: `${altTapePos.top}px`, }" > - attSize.value + tapeWidth.value * 2) top: `${vsPos.top}px`, }" > - attSize.value + tapeWidth.value * 2) top: `${headingPos.top}px`, }" > -
- -