[design] change default header padding to reflect original design

This commit is contained in:
Kuldeep M 2019-04-04 11:15:38 +01:00
parent a6da3a449d
commit fe94dfdac3
1 changed files with 2 additions and 2 deletions

View File

@ -57,8 +57,8 @@ var state = (function() {
shade: { shade: {
show: true, show: true,
padding: { padding: {
top: 4, top: 10,
bottom: 4 bottom: 10
}, },
style: "scroll", style: "scroll",
opacity: 0.95, opacity: 0.95,