mirror of
https://github.com/dergigi/boris.git
synced 2025-12-26 19:14:52 +01:00
ui(debug): increase debug logs height from max-h-96 to max-h-192 (2x taller)
This commit is contained in:
@@ -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>
|
||||
) : (
|
||||
|
||||
Reference in New Issue
Block a user