- Layout improvements for the Chat client
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
<!-- Container voor input velden -->
|
||||
<div style="width: 100%;">
|
||||
<!-- Context informatie indien aanwezig -->
|
||||
<div v-if="field.context" class="field-context" style="margin-bottom: 8px; color: #666; background-color: #f8f9fa; padding: 8px; border-radius: 4px;">
|
||||
<div v-if="field.context" class="field-context">
|
||||
{{ field.context }}
|
||||
</div>
|
||||
|
||||
@@ -381,7 +381,6 @@ export default {
|
||||
margin-bottom: 8px;
|
||||
font-size: 0.9rem;
|
||||
color: #666;
|
||||
background-color: #f8f9fa;
|
||||
padding: 8px;
|
||||
border-radius: 4px;
|
||||
text-align: left;
|
||||
|
||||
Reference in New Issue
Block a user