Improve desktop inspector layout
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
</head>
|
||||
<body class="min-h-screen bg-slate-950 font-sans text-slate-100 antialiased">
|
||||
<header class="border-b border-white/10 bg-slate-950/90 backdrop-blur">
|
||||
<div class="mx-auto flex max-w-7xl items-center justify-between gap-6 px-6 py-4 lg:px-8">
|
||||
<div class="mx-auto flex items-center justify-between gap-6 px-6 py-4 lg:px-8">
|
||||
<a href="{{ route('home') }}" class="flex items-center gap-3 font-semibold tracking-tight text-white">
|
||||
<span class="flex size-9 items-center justify-center rounded-xl bg-cyan-400 font-mono text-sm font-bold text-slate-950">WI</span>
|
||||
<span>Webhook Inspector</span>
|
||||
@@ -40,7 +40,7 @@
|
||||
</header>
|
||||
|
||||
@if (session('status'))
|
||||
<div class="mx-auto max-w-7xl px-6 pt-6 lg:px-8">
|
||||
<div class="mx-auto px-6 pt-6 lg:px-8">
|
||||
<div class="rounded-xl border border-emerald-400/30 bg-emerald-400/10 px-4 py-3 text-sm text-emerald-200">
|
||||
{{ session('status') }}
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user