mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-15 13:26:34 +00:00
Fix flickering Edit sidebar dialog by locking content padding (#26084)
Fix flickering Edit sidebar dialog
This commit is contained in:
parent
e75331e159
commit
3bb930b906
@ -208,6 +208,7 @@ class DialogEditSidebar extends LitElement {
|
|||||||
ha-md-dialog {
|
ha-md-dialog {
|
||||||
min-width: 600px;
|
min-width: 600px;
|
||||||
max-height: 90%;
|
max-height: 90%;
|
||||||
|
--dialog-content-padding: 8px 24px;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media all and (max-width: 600px), all and (max-height: 500px) {
|
@media all and (max-width: 600px), all and (max-height: 500px) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user