diff --git a/frontend/components/DebugRotationPanel.tsx b/frontend/components/DebugRotationPanel.tsx
index e1a44b8f..03504af7 100644
--- a/frontend/components/DebugRotationPanel.tsx
+++ b/frontend/components/DebugRotationPanel.tsx
@@ -130,22 +130,22 @@ export function DebugRotationPanel({
}, [imageLoaded, rotation, originalCropBounds, scaledDimensions]);
return (
-
-
+
+
{/* Header */}
-
-
🔧 Debug Rotation & Crop
+
+
🔧 Debug Rotation & Crop
-
+
{/* Left: Controls */}
-
+
{/* Rotation Slider */}
- {/* Center: Canvas Preview */}
-
-
Original Image with Crop Box
-
-
+ {/* Center: Canvas Preview + Right: Logs */}
+
+ {/* Canvas */}
+
+
Image Preview
+
+
+
+
+ 🟢 Crop
+ 🟠Rotate
+
-
-
🟢 Green = Crop area
-
🟠Orange = Rotation effect
+
+ {/* Logs */}
+
+
Logs
+
+ {logs.map((log, i) => (
+
{log}
+ ))}
+
-
- {/* Right: Logs */}
-
-
Debug Logs
-
- {logs.map((log, i) => (
-
{log}
- ))}
-
-
-
-
- {/* Footer */}
-
- Find the rotation angle that makes the label text readable, then report the value back.