TTS and webhooks

This commit is contained in:
2025-09-20 12:49:48 +00:00
parent 33705559b0
commit ed58453466
9 changed files with 1291 additions and 293 deletions

View File

@@ -278,7 +278,7 @@ input[type="file"] {
.actions-group {
display: grid;
grid-template-columns: repeat(3, 1fr); /* 3 columns for wide screens */
grid-template-columns: repeat(4, 1fr); /* 3 columns for wide screens */
gap: 1.5rem;
margin-top: 1.5rem;
}