Improve admin distribution editing flow
Some checks failed
Build / release (macos-latest) (push) Has been cancelled
Build / release (ubuntu-latest) (push) Has been cancelled
Build / release (windows-latest) (push) Has been cancelled
Windows Smoke Test / windows-smoke (push) Has been cancelled

This commit is contained in:
2026-05-05 22:32:55 +09:00
parent 429a3d2284
commit 9e8fd9e74b
9 changed files with 147 additions and 19 deletions

View File

@@ -375,6 +375,11 @@ textarea {
border-radius: 24px;
background: #111412;
box-shadow: var(--shadow);
pointer-events: auto;
}
#distributionEditorStatus {
margin-top: -4px;
}
.modalHeader {