Fixes voice dialog border radius on safari (#15193)

This commit is contained in:
Paul Bottein 2023-01-25 11:05:59 +01:00 committed by GitHub
parent a433ac48e9
commit dace00ebf8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -399,8 +399,6 @@ export class HaVoiceCommandDialog extends LitElement {
ha-header-bar { ha-header-bar {
--mdc-theme-on-primary: var(--primary-text-color); --mdc-theme-on-primary: var(--primary-text-color);
--mdc-theme-primary: var(--mdc-theme-surface); --mdc-theme-primary: var(--mdc-theme-surface);
display: flex;
flex-shrink: 0;
} }
ha-textfield { ha-textfield {
@ -440,6 +438,7 @@ export class HaVoiceCommandDialog extends LitElement {
right: 0px; right: 0px;
left: 0px; left: 0px;
padding: 24px; padding: 24px;
box-sizing: border-box;
overflow-y: auto; overflow-y: auto;
max-height: 100%; max-height: 100%;
} }