Fix status card regression: revert webhooks-section to sibling structure
All checks were successful
Build and Push Docker Image / build (push) Successful in 47s
Licence Check / Licence compatibility and copyright header verification (push) Successful in 53s
CI / Security audit (push) Successful in 1m2s
CI / Tests & coverage (push) Successful in 1m14s

This commit is contained in:
2026-05-19 22:57:21 +01:00
parent abcb9bfded
commit 96f24eb3b7
3 changed files with 9 additions and 15 deletions

View File

@@ -1544,16 +1544,6 @@ body {
overflow: hidden;
}
/* When nested inside status-panel, remove outer styling and look like a subsection */
.status-panel > .webhooks-section {
background: transparent;
border: none;
border-radius: 0;
box-shadow: none;
margin-bottom: 0;
border-top: 1px solid var(--border);
}
.webhooks-header {
padding: 16px 20px;
background: var(--surface-alt);