mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-16 05:46:35 +00:00
Tweak styles Assist dialog (#20960)
This commit is contained in:
parent
d7cb4cb537
commit
e7f3393ec6
@ -756,6 +756,7 @@ export class HaVoiceCommandDialog extends LitElement {
|
|||||||
max-height: 100%;
|
max-height: 100%;
|
||||||
}
|
}
|
||||||
.message {
|
.message {
|
||||||
|
white-space: pre-line;
|
||||||
font-size: 18px;
|
font-size: 18px;
|
||||||
clear: both;
|
clear: both;
|
||||||
margin: 8px 0;
|
margin: 8px 0;
|
||||||
@ -792,10 +793,14 @@ export class HaVoiceCommandDialog extends LitElement {
|
|||||||
direction: var(--direction);
|
direction: var(--direction);
|
||||||
}
|
}
|
||||||
|
|
||||||
.message a {
|
.message.user a {
|
||||||
color: var(--text-primary-color);
|
color: var(--text-primary-color);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.message.hass a {
|
||||||
|
color: var(--primary-text-color);
|
||||||
|
}
|
||||||
|
|
||||||
.message img {
|
.message img {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
border-radius: 10px;
|
border-radius: 10px;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user