diff --git a/src/panels/lovelace/ha-panel-lovelace.ts b/src/panels/lovelace/ha-panel-lovelace.ts index 4edf80b331..136a9283b5 100644 --- a/src/panels/lovelace/ha-panel-lovelace.ts +++ b/src/panels/lovelace/ha-panel-lovelace.ts @@ -81,7 +81,7 @@ class LovelacePanel extends hassLocalizeLitMixin(LitElement) { .showMenu="${this.showMenu}" > Reload ui-lovelace.yamlReload Lovelace `; diff --git a/src/panels/lovelace/hui-editor.ts b/src/panels/lovelace/hui-editor.ts index b1e7ace684..202de5b0bb 100644 --- a/src/panels/lovelace/hui-editor.ts +++ b/src/panels/lovelace/hui-editor.ts @@ -91,13 +91,19 @@ class LovelaceFullConfigEditor extends hassLocalizeLitMixin(LitElement) { height: 100vh; } + paper-button { + font-size: 16px; + } + .content { - height: calc(100vh - 64px); + height: calc(100vh - 68px); } textarea { - height: calc(100% - 16px); + box-sizing: border-box; + height: 100%; width: 100%; + resize: none; border: 0; outline: 0; font-size: 12pt;