diff --git a/src/components/entity/state-info.html b/src/components/entity/state-info.html index bfb01b22f7..cdab3fa548 100644 --- a/src/components/entity/state-info.html +++ b/src/components/entity/state-info.html @@ -9,7 +9,7 @@ -
@@ -52,7 +51,6 @@
-
diff --git a/src/dialogs/ha-more-info-dialog.html b/src/dialogs/ha-more-info-dialog.html index ec785fda05..3b7c29826e 100644 --- a/src/dialogs/ha-more-info-dialog.html +++ b/src/dialogs/ha-more-info-dialog.html @@ -17,9 +17,6 @@ font-size: 14px; width: 365px; border-radius: 2px; - --paper-dialog-scrollable: { - -webkit-overflow-scrolling: auto; - } } more-info-controls, more-info-settings { @@ -34,8 +31,7 @@ --more-info-header-color: var(--text-primary-color); } :host { - max-height: 100%; - height: 100%; + @apply(--ha-dialog-fullscreen); } } diff --git a/src/dialogs/more-info/more-info-controls.html b/src/dialogs/more-info/more-info-controls.html index 516ef89f70..25c137aff9 100644 --- a/src/dialogs/more-info/more-info-controls.html +++ b/src/dialogs/more-info/more-info-controls.html @@ -32,10 +32,6 @@ margin-bottom: 16px; } - paper-dialog-scrollable { - margin-bottom: 16px; - } - :host([domain=camera]) paper-dialog-scrollable { margin: 0 -24px -5px; } diff --git a/src/resources/ha-style.html b/src/resources/ha-style.html index b932abdb6b..d956eedd4c 100644 --- a/src/resources/ha-style.html +++ b/src/resources/ha-style.html @@ -148,8 +148,8 @@ diff --git a/src/state-summary/state-card-display.html b/src/state-summary/state-card-display.html index 1eb0f0deea..9998d9a474 100644 --- a/src/state-summary/state-card-display.html +++ b/src/state-summary/state-card-display.html @@ -8,25 +8,28 @@