edit DME
This commit is contained in:
@@ -73,7 +73,6 @@ export const useDmeStore = create<MrtStore>(
|
|||||||
set({
|
set({
|
||||||
page: "home",
|
page: "home",
|
||||||
lines: [
|
lines: [
|
||||||
{ textMid: "⠀" },
|
|
||||||
{
|
{
|
||||||
textMid: pageData.station.bosCallsign
|
textMid: pageData.station.bosCallsign
|
||||||
? `VAR#.${pageData.station.bosCallsign}`
|
? `VAR#.${pageData.station.bosCallsign}`
|
||||||
|
|||||||
@@ -116,7 +116,9 @@ export const Dme = () => {
|
|||||||
justifyContent: "space-between",
|
justifyContent: "space-between",
|
||||||
zIndex: "2",
|
zIndex: "2",
|
||||||
gridArea: "5 / 2 / 6 / 6",
|
gridArea: "5 / 2 / 6 / 6",
|
||||||
padding: "5px",
|
paddingTop: "10px",
|
||||||
|
paddingLeft: "2px",
|
||||||
|
paddingRight: "2px",
|
||||||
overflowX: "hidden",
|
overflowX: "hidden",
|
||||||
overflowY: "auto",
|
overflowY: "auto",
|
||||||
}}
|
}}
|
||||||
|
|||||||
@@ -25,7 +25,7 @@ const DispatchPage = () => {
|
|||||||
<div className="max-w-120 mb-2">
|
<div className="max-w-120 mb-2">
|
||||||
<Mrt />
|
<Mrt />
|
||||||
</div>
|
</div>
|
||||||
<div className="max-w-110">
|
<div className="max-w-130">
|
||||||
<Dme />
|
<Dme />
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user