|
|
@@ -114,19 +114,22 @@ const GamingCard: FC = () => {
|
|
|
</p>
|
|
|
|
|
|
{status.game.running && (
|
|
|
- <p style={{ fontSize: '0.875rem' }}>
|
|
|
- CPU:{' '}
|
|
|
- <strong>
|
|
|
- {status.game.cpuPercent.toFixed(1)}%
|
|
|
- </strong>
|
|
|
- {' / '}
|
|
|
- RAM:{' '}
|
|
|
- <strong>
|
|
|
- {status.game.memoryMiB.toFixed(1)} MiB
|
|
|
- </strong>
|
|
|
+ <p>
|
|
|
+ <small>
|
|
|
+ CPU:{' '}
|
|
|
+ <strong>
|
|
|
+ {status.game.cpuPercent.toFixed(1)}%
|
|
|
+ </strong>
|
|
|
+ {' / '}
|
|
|
+ RAM:{' '}
|
|
|
+ <strong>
|
|
|
+ {status.game.memoryMiB.toFixed(1)} MiB
|
|
|
+ </strong>
|
|
|
+ </small>
|
|
|
</p>
|
|
|
)}
|
|
|
|
|
|
+ <br />
|
|
|
<p>
|
|
|
Sunshine session:{' '}
|
|
|
<strong>
|