|
|
|
@ -157,8 +157,8 @@ export const DXClusterPanel = ({
|
|
|
|
onMouseLeave={() => onHoverSpot?.(null)}
|
|
|
|
onMouseLeave={() => onHoverSpot?.(null)}
|
|
|
|
style={{
|
|
|
|
style={{
|
|
|
|
display: 'grid',
|
|
|
|
display: 'grid',
|
|
|
|
gridTemplateColumns: '60px 1fr auto',
|
|
|
|
gridTemplateColumns: '55px 1fr 1fr auto',
|
|
|
|
gap: '8px',
|
|
|
|
gap: '6px',
|
|
|
|
padding: '5px 6px',
|
|
|
|
padding: '5px 6px',
|
|
|
|
borderRadius: '3px',
|
|
|
|
borderRadius: '3px',
|
|
|
|
marginBottom: '2px',
|
|
|
|
marginBottom: '2px',
|
|
|
|
@ -180,6 +180,16 @@ export const DXClusterPanel = ({
|
|
|
|
}}>
|
|
|
|
}}>
|
|
|
|
{spot.call}
|
|
|
|
{spot.call}
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<div style={{
|
|
|
|
|
|
|
|
color: 'var(--text-muted)',
|
|
|
|
|
|
|
|
fontSize: '10px',
|
|
|
|
|
|
|
|
overflow: 'hidden',
|
|
|
|
|
|
|
|
textOverflow: 'ellipsis',
|
|
|
|
|
|
|
|
whiteSpace: 'nowrap',
|
|
|
|
|
|
|
|
alignSelf: 'center'
|
|
|
|
|
|
|
|
}}>
|
|
|
|
|
|
|
|
de {spot.spotter || '?'}
|
|
|
|
|
|
|
|
</div>
|
|
|
|
<div style={{ color: 'var(--text-muted)', fontSize: '10px' }}>
|
|
|
|
<div style={{ color: 'var(--text-muted)', fontSize: '10px' }}>
|
|
|
|
{spot.time || ''}
|
|
|
|
{spot.time || ''}
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|