Skip to content

Commit 69f244f

Browse files
committed
Restore
1 parent 2eb936b commit 69f244f

File tree

1 file changed

+2
-14
lines changed

1 file changed

+2
-14
lines changed

src/panels/history/ha-panel-history.ts

Lines changed: 2 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -619,20 +619,8 @@ class HaPanelHistory extends LitElement {
619619
}
620620
621621
.content {
622-
height: calc(
623-
100% - var(--safe-area-inset-top, 0px) - var(
624-
--safe-area-inset-bottom,
625-
0px
626-
)
627-
);
628-
padding-bottom: max(16px, var(--safe-area-inset-bottom, 0px));
629-
padding-left: 16px;
630-
padding-right: max(16px, var(--safe-area-inset-right, 0px));
631-
}
632-
@media (max-width: 600px) {
633-
.content {
634-
padding-left: var(--safe-area-inset-left, 0px);
635-
}
622+
padding: 0 16px 16px;
623+
padding-bottom: max(var(--safe-area-inset-bottom), 16px);
636624
}
637625
638626
:host([virtualize]) {

0 commit comments

Comments
 (0)