diff --git a/frontend/src/components/AmpCard.tsx b/frontend/src/components/AmpCard.tsx index 7ffc985..a02e642 100644 --- a/frontend/src/components/AmpCard.tsx +++ b/frontend/src/components/AmpCard.tsx @@ -191,8 +191,12 @@ export function AmpCard({ amp, flex, t }: { amp: Amp; flex: any; t: (k: string, const idA = peakHold('pgid', txing ? Number(pg.id) || 0 : 0); const swr = peakHold('pgswr', txing ? Number(pg.vswr) || 0 : 0); const tempC = Number(pg.temperature) || 0; + // Two columns, not four. The card sits beside a tall neighbour in Station + // Control, so a single row of four leaves the height empty and squeezes each + // bar into a quarter width — two rows of two use the room that is already + // there and give every bar twice the resolution. return ( -
+
(f > 0.9 ? '#dc2626' : f > 0.75 ? '#f59e0b' : '#ea580c')} />