Skip to content
This repository has been archived by the owner on May 25, 2020. It is now read-only.

Commit

Permalink
Update compact-custom-header.js
Browse files Browse the repository at this point in the history
  • Loading branch information
maykar authored Oct 31, 2019
1 parent f567fe0 commit 445c030
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions compact-custom-header.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ class CompactCustomHeader {
this.defaultConfig = {
header: true,
disable: false,
yaml_editor: true,
yaml_editor: false,
menu: "show",
voice: "show",
notifications: "show",
Expand Down Expand Up @@ -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 : ""}
Expand Down

0 comments on commit 445c030

Please sign in to comment.