edit DME
This commit is contained in:
@@ -73,7 +73,6 @@ export const useDmeStore = create<MrtStore>(
|
||||
set({
|
||||
page: "home",
|
||||
lines: [
|
||||
{ textMid: "⠀" },
|
||||
{
|
||||
textMid: pageData.station.bosCallsign
|
||||
? `VAR#.${pageData.station.bosCallsign}`
|
||||
|
||||
@@ -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",
|
||||
}}
|
||||
|
||||
@@ -25,7 +25,7 @@ const DispatchPage = () => {
|
||||
<div className="max-w-120 mb-2">
|
||||
<Mrt />
|
||||
</div>
|
||||
<div className="max-w-110">
|
||||
<div className="max-w-130">
|
||||
<Dme />
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user