- Added some extra space for form rendering.

This commit is contained in:
Josako
2025-10-03 09:43:03 +02:00
parent 79a3f94ac2
commit 6df9aa9c7e
3 changed files with 9 additions and 3 deletions

View File

@@ -555,4 +555,9 @@ export default {
border: none;
padding: 0;
}
/* Ruimte tussen active-ai message en het formulier in de input-zone */
.chat-input-container > .dynamic-form-container {
margin-top: 12px;
}
</style>

View File

@@ -555,6 +555,7 @@ export default {
box-shadow: 0 2px 15px rgba(0,0,0,0.1);
box-sizing: border-box;
max-width: 100%;
padding: 12px; /* lucht binnen de form */
}
.form-header {
@@ -669,7 +670,7 @@ export default {
display: flex;
justify-content: flex-end;
gap: 10px;
margin-top: 10px;
margin-top: 12px; /* iets meer ruimte boven de send-knop */
}
.btn {