Try to better match existing formatting.
This commit is contained in:
parent
83ea862261
commit
b215ad7479
6
index.js
6
index.js
|
@ -9,11 +9,11 @@ style: "\
|
|||
}",
|
||||
render: () => {
|
||||
try {
|
||||
return "<style>#github-activity-widget-index-js { width: 100%; height: 100%; }</style>";
|
||||
return "<style>#github-activity-widget-index-js { width: 100%; height: 100%; }</style>";
|
||||
}
|
||||
catch (err) {
|
||||
console.log(err);
|
||||
return ""
|
||||
console.log(err);
|
||||
return ""
|
||||
}
|
||||
},
|
||||
update: (output, domEl) => {
|
||||
|
|
Loading…
Reference in New Issue