ui(debug): increase debug logs height from max-h-96 to max-h-192 (2x taller)

This commit is contained in:
Gigi
2025-10-17 12:49:59 +02:00
parent db12c89731
commit 9cbbecb32c

View File

@@ -342,7 +342,7 @@ const Debug: React.FC = () => {
<div className="settings-section">
<h3 className="section-title">Debug Logs</h3>
<div className="text-sm opacity-70 mb-3">Recent bunker logs:</div>
<div className="max-h-96 overflow-y-auto font-mono text-xs leading-relaxed">
<div className="max-h-192 overflow-y-auto font-mono text-xs leading-relaxed">
{logs.length === 0 ? (
<div className="text-sm opacity-50 italic">No logs yet</div>
) : (