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: () => {
|
render: () => {
|
||||||
try {
|
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) {
|
catch (err) {
|
||||||
console.log(err);
|
console.log(err);
|
||||||
return ""
|
return ""
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
update: (output, domEl) => {
|
update: (output, domEl) => {
|
||||||
|
|
Loading…
Reference in New Issue