Skip to content

Commit

Permalink
fix: update expand page text
Browse files Browse the repository at this point in the history
  • Loading branch information
heclak committed Dec 11, 2024
1 parent ea22b24 commit f2280ce
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,11 @@
color: $display-cyan;
}
}

.msg-body-expand {
font-size: 27px;
line-height: 40px;
}
}

#msg-record-scrollbar {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,16 @@ export class MfdAtccomMsgRecordExpand extends DisplayComponent<MfdAtccomMsgRecor
<span class="msg-origin-dest">FROM KZWY</span>
<span class="msg-status">WILCO</span>
</div>
<div class="msg-body">
{'CLEARED TO DEVIATE\nUP TO 10NM LEFT OF ROUTE//\nREJOIN ROUTE BY 0148Z//\nREPORT BACK ON ROUTE//'}
<div class="msg-body-expand">
{`WSXX99 EBBR 092010 SIGA0M KZWY SIGMET
FOXTROT 13 VALID 092100/100300 KKCI - NEW //
YORK OCEANIC FIR TC GABRIELLE OBS AT
2100Z NR N4042 W04524 MOV NE 18KT. NC. //
EMBED TS TOP FL470 WI N4500 W04100 -
N4230 W04145 - N3930 W04615 - N4145
W04900 //
- N4500 W04715 - N4500 W04100. FCST 0300Z
TC CENTER N4158 W04324.//`}
</div>
</div>
<div style="flex-grow: 1;" />
Expand Down

0 comments on commit f2280ce

Please sign in to comment.