mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-24 01:36:49 +00:00
Externalize ha-assist-chat styling (#23713)
This commit is contained in:
parent
c17c1e4217
commit
173d60b913
@ -483,11 +483,9 @@ export class HaAssistChat extends LitElement {
|
||||
flex: 1;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
min-height: var(--ha-assist-chat-min-height, 415px);
|
||||
}
|
||||
ha-textfield {
|
||||
display: block;
|
||||
margin: 0 24px 16px;
|
||||
}
|
||||
.messages {
|
||||
flex: 1;
|
||||
@ -500,7 +498,7 @@ export class HaAssistChat extends LitElement {
|
||||
bottom: 0px;
|
||||
right: 0px;
|
||||
left: 0px;
|
||||
padding: 24px;
|
||||
padding: 0px 10px 16px;
|
||||
box-sizing: border-box;
|
||||
overflow-y: auto;
|
||||
max-height: 100%;
|
||||
|
@ -308,6 +308,10 @@ export class HaVoiceCommandDialog extends LitElement {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
}
|
||||
ha-assist-chat {
|
||||
margin: 0 24px 16px;
|
||||
min-height: 399px;
|
||||
}
|
||||
`,
|
||||
];
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user