mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-25 18:26:35 +00:00
Remove min width from alert dialog (#22069)
This commit is contained in:
parent
76e53e9738
commit
1bbf45d35e
@ -160,7 +160,6 @@ export class HaMdDialog extends MdDialog {
|
|||||||
}
|
}
|
||||||
|
|
||||||
:host([type="alert"]) {
|
:host([type="alert"]) {
|
||||||
max-width: 320px;
|
|
||||||
min-width: 320px;
|
min-width: 320px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -179,11 +179,6 @@ class DialogBox extends LitElement {
|
|||||||
.destructive {
|
.destructive {
|
||||||
--mdc-theme-primary: var(--error-color);
|
--mdc-theme-primary: var(--error-color);
|
||||||
}
|
}
|
||||||
@media all and (min-width: 600px) {
|
|
||||||
ha-dialog {
|
|
||||||
--mdc-dialog-min-width: 400px;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
ha-textfield {
|
ha-textfield {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user