mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-24 09:46:36 +00:00
Fixes voice dialog border radius on safari (#15193)
This commit is contained in:
parent
a433ac48e9
commit
dace00ebf8
@ -399,8 +399,6 @@ export class HaVoiceCommandDialog extends LitElement {
|
||||
ha-header-bar {
|
||||
--mdc-theme-on-primary: var(--primary-text-color);
|
||||
--mdc-theme-primary: var(--mdc-theme-surface);
|
||||
display: flex;
|
||||
flex-shrink: 0;
|
||||
}
|
||||
|
||||
ha-textfield {
|
||||
@ -440,6 +438,7 @@ export class HaVoiceCommandDialog extends LitElement {
|
||||
right: 0px;
|
||||
left: 0px;
|
||||
padding: 24px;
|
||||
box-sizing: border-box;
|
||||
overflow-y: auto;
|
||||
max-height: 100%;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user