Skip to content

Commit

Permalink
🚸 [twitter] ツイート画面初期サイズを500x650に
Browse files Browse the repository at this point in the history
  • Loading branch information
ci7lus committed Feb 4, 2022
1 parent 7352c73 commit 6ea86d8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/miraktest-twitter/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ export const TWITTER_META = {
id: TWITTER_PLUGIN_ID,
name: "Twitter",
author: "ci7lus",
version: "0.0.7",
version: "0.0.8",
description: "視聴中の番組に関連するツイートを投稿する",
}
export const TWITTER_TWEET_WINDOW_ID = `${TWITTER_PLUGIN_ID}.tweet`
Expand Down
8 changes: 4 additions & 4 deletions src/miraktest-twitter/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ const main: InitPlugin = {
name: TWITTER_TWEET_WINDOW_ID,
isSingletone: true,
args: {
width: 600,
height: 400,
width: 500,
height: 650,
},
})
},
Expand All @@ -41,8 +41,8 @@ const main: InitPlugin = {
name: TWITTER_TWEET_WINDOW_ID,
isSingletone: true,
args: {
width: 600,
height: 400,
width: 500,
height: 650,
},
})
},
Expand Down

0 comments on commit 6ea86d8

Please sign in to comment.