From 445c030b9c4ba47ca472f6132c0f7a7a9f06bc68 Mon Sep 17 00:00:00 2001 From: Ryan Meek <25127328+maykar@users.noreply.github.com> Date: Thu, 31 Oct 2019 07:26:36 -0400 Subject: [PATCH] Update compact-custom-header.js --- compact-custom-header.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/compact-custom-header.js b/compact-custom-header.js index 066ec62..d6bf861 100644 --- a/compact-custom-header.js +++ b/compact-custom-header.js @@ -50,7 +50,7 @@ class CompactCustomHeader { this.defaultConfig = { header: true, disable: false, - yaml_editor: true, + yaml_editor: false, menu: "show", voice: "show", notifications: "show", @@ -538,7 +538,7 @@ class CompactCustomHeader { viewStyle.setAttribute("id", "cch_view_styling"); viewStyle.innerHTML = ` hui-view { - margin-top: -52px; + margin-top: -48.5px; padding-top: 52px; min-height: 100vh; ${this.cchConfig.view_css ? this.cchConfig.view_css : ""}