wip
This commit is contained in:
parent
9a0ac64f12
commit
21fc2595ce
3 changed files with 9 additions and 1 deletions
|
|
@ -16,6 +16,8 @@ console.info('Misskey Embed');
|
|||
const params = new URLSearchParams(location.search);
|
||||
const embedParams = parseEmbedParams(params);
|
||||
|
||||
console.info(embedParams);
|
||||
|
||||
// サイズの制限
|
||||
document.documentElement.style.maxWidth = '500px';
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue