- Adaptation of the form message layout, in such a way that labels are shown on top of their values iso left, allowing a decent rendering on mobile devices
- refactoring message-content CSS
This commit is contained in:
@@ -218,15 +218,7 @@ body {
|
||||
|
||||
/* .message-content wordt nu gedefinieerd in chat-components.css */
|
||||
|
||||
.user-message .message-content {
|
||||
background-color: var(--message-user-bg);
|
||||
color: var(--text-color);
|
||||
}
|
||||
|
||||
.bot-message .message-content {
|
||||
background-color: var(--message-bot-bg);
|
||||
color: var(--text-color);
|
||||
}
|
||||
/* moved to ChatMessage.vue scoped styles */
|
||||
|
||||
/* .chat-input-container wordt nu gedefinieerd in chat-components.css */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user