Tweak styles Assist dialog (#20960)

This commit is contained in:
Paulus Schoutsen 2024-06-03 05:42:43 -04:00 committed by GitHub
parent d7cb4cb537
commit e7f3393ec6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -756,6 +756,7 @@ export class HaVoiceCommandDialog extends LitElement {
max-height: 100%;
}
.message {
white-space: pre-line;
font-size: 18px;
clear: both;
margin: 8px 0;
@ -792,10 +793,14 @@ export class HaVoiceCommandDialog extends LitElement {
direction: var(--direction);
}
.message a {
.message.user a {
color: var(--text-primary-color);
}
.message.hass a {
color: var(--primary-text-color);
}
.message img {
width: 100%;
border-radius: 10px;