diff --git a/apps/dispatch/app/_store/pilot/dmeStore.ts b/apps/dispatch/app/_store/pilot/dmeStore.ts index fc5a2862..b8d5d0e3 100644 --- a/apps/dispatch/app/_store/pilot/dmeStore.ts +++ b/apps/dispatch/app/_store/pilot/dmeStore.ts @@ -73,7 +73,6 @@ export const useDmeStore = create( set({ page: "home", lines: [ - { textMid: "⠀" }, { textMid: pageData.station.bosCallsign ? `VAR#.${pageData.station.bosCallsign}` diff --git a/apps/dispatch/app/pilot/_components/dme/Dme.tsx b/apps/dispatch/app/pilot/_components/dme/Dme.tsx index 7e9e9888..52caa3a9 100644 --- a/apps/dispatch/app/pilot/_components/dme/Dme.tsx +++ b/apps/dispatch/app/pilot/_components/dme/Dme.tsx @@ -116,7 +116,9 @@ export const Dme = () => { justifyContent: "space-between", zIndex: "2", gridArea: "5 / 2 / 6 / 6", - padding: "5px", + paddingTop: "10px", + paddingLeft: "2px", + paddingRight: "2px", overflowX: "hidden", overflowY: "auto", }} diff --git a/apps/dispatch/app/pilot/page.tsx b/apps/dispatch/app/pilot/page.tsx index 615694ff..54f550c2 100644 --- a/apps/dispatch/app/pilot/page.tsx +++ b/apps/dispatch/app/pilot/page.tsx @@ -25,7 +25,7 @@ const DispatchPage = () => {
-
+