style(entry): County/CQ/ITU/DXCC above Comment and Note
The looked-up values now sit directly under the geography line they continue — QTH, State, locator, then county and zones — and the free-text fields close the block. Reading order follows what the lookup fills, rather than interleaving it with what the operator types.
This commit is contained in:
@@ -5949,11 +5949,11 @@ export default function App() {
|
|||||||
{countryRow}
|
{countryRow}
|
||||||
</div>
|
</div>
|
||||||
<div className="flex flex-col gap-1.5 flex-1 min-w-0">
|
<div className="flex flex-col gap-1.5 flex-1 min-w-0">
|
||||||
|
{geoDetailRow}
|
||||||
<div className="flex gap-4">
|
<div className="flex gap-4">
|
||||||
<div className="flex-1 min-w-0">{commentLine}</div>
|
<div className="flex-1 min-w-0">{commentLine}</div>
|
||||||
<div className="flex-1 min-w-0">{noteLine}</div>
|
<div className="flex-1 min-w-0">{noteLine}</div>
|
||||||
</div>
|
</div>
|
||||||
{geoDetailRow}
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user