style: wrap service editor in collapsible card and make it narrower
All checks were successful
Build & Push Docker Image to Gitea Registry / build-and-push (push) Successful in 12s

This commit is contained in:
Kroonk
2026-05-21 18:26:40 +02:00
parent b3c1fbc9bd
commit 28bf2c5dfe
3 changed files with 39 additions and 11 deletions

View File

@@ -1035,4 +1035,19 @@ main {
}
}
#editorCard {
max-width: 900px;
margin-inline: auto;
}
.admin-actions-bar {
display: flex;
gap: 8px;
flex-wrap: wrap;
margin-bottom: 14px;
border-bottom: 1px solid var(--border);
padding-bottom: 12px;
margin-top: 8px;
}