mirror of
https://github.com/dergigi/boris.git
synced 2026-01-05 16:04:36 +01:00
style(debug): apply same max-width as reading view to debug page
This commit is contained in:
@@ -89,7 +89,7 @@ const Debug: React.FC = () => {
|
||||
)
|
||||
|
||||
return (
|
||||
<div className="content-panel">
|
||||
<div className="content-panel" style={{ maxWidth: '900px', margin: '0 auto' }}>
|
||||
<div className="mb-6">
|
||||
<h2 className="text-2xl font-bold mb-2">Debug / NIP-46 Tools</h2>
|
||||
<div className="flex items-center gap-2 mb-3">
|
||||
|
||||
Reference in New Issue
Block a user