diff --git a/src/panels/config/scene/ha-scene-dashboard.ts b/src/panels/config/scene/ha-scene-dashboard.ts index 1693aa9d9a..75b86a5b15 100644 --- a/src/panels/config/scene/ha-scene-dashboard.ts +++ b/src/panels/config/scene/ha-scene-dashboard.ts @@ -158,7 +158,6 @@ class HaSceneDashboard extends LitElement { } ha-card { - padding-bottom: 8px; margin-bottom: 56px; } @@ -169,6 +168,10 @@ class HaSceneDashboard extends LitElement { padding: 0 8px 0 16px; } + .scene > *:first-child { + margin-right: 8px; + } + .scene a[href] { color: var(--primary-text-color); } @@ -177,10 +180,6 @@ class HaSceneDashboard extends LitElement { display: flex; } - ha-entity-toggle { - margin-right: 16px; - } - ha-fab { position: fixed; bottom: 16px; diff --git a/src/panels/config/script/ha-script-picker.ts b/src/panels/config/script/ha-script-picker.ts index 836cf63f1a..abe9b3d0bd 100644 --- a/src/panels/config/script/ha-script-picker.ts +++ b/src/panels/config/script/ha-script-picker.ts @@ -139,7 +139,6 @@ class HaScriptPicker extends LitElement { } ha-card { - padding-bottom: 8px; margin-bottom: 56px; } @@ -147,8 +146,7 @@ class HaScriptPicker extends LitElement { display: flex; flex-direction: horizontal; align-items: center; - padding: 0 8px; - margin: 4px 0; + padding: 0 8px 0 16px; } .script > *:first-child {