mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-11 03:16:34 +00:00
More-Info Dialog Logbook Bug Fix (#7152)
This commit is contained in:
parent
51953bce09
commit
f48a28264f
@ -153,6 +153,11 @@ export class MoreInfoLogbook extends LitElement {
|
|||||||
max-height: 250px;
|
max-height: 250px;
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
}
|
}
|
||||||
|
@media all and (max-width: 450px), all and (max-height: 500px) {
|
||||||
|
ha-logbook {
|
||||||
|
max-height: unset;
|
||||||
|
}
|
||||||
|
}
|
||||||
ha-circular-progress {
|
ha-circular-progress {
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user