diff --git a/src/app/components/DeviceDetailOverlay.tsx b/src/app/components/DeviceDetailOverlay.tsx index e314980..692886e 100644 --- a/src/app/components/DeviceDetailOverlay.tsx +++ b/src/app/components/DeviceDetailOverlay.tsx @@ -394,6 +394,14 @@ export default function DeviceDetailOverlay({ {/* ── Header ── */}
+ +
@@ -413,19 +421,11 @@ export default function DeviceDetailOverlay({

{activeDevice.type}

-
- {devices.length > 1 && ( - - {activeIndex + 1} / {devices.length} - - )} - -
+ {devices.length > 1 && ( + + {activeIndex + 1} / {devices.length} + + )}