Skip to content

Commit 6ea86d8

Browse files
committed
🚸 [twitter] ツイート画面初期サイズを500x650に
1 parent 7352c73 commit 6ea86d8

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

src/miraktest-twitter/constants.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ export const TWITTER_META = {
44
id: TWITTER_PLUGIN_ID,
55
name: "Twitter",
66
author: "ci7lus",
7-
version: "0.0.7",
7+
version: "0.0.8",
88
description: "視聴中の番組に関連するツイートを投稿する",
99
}
1010
export const TWITTER_TWEET_WINDOW_ID = `${TWITTER_PLUGIN_ID}.tweet`

src/miraktest-twitter/index.tsx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ const main: InitPlugin = {
2828
name: TWITTER_TWEET_WINDOW_ID,
2929
isSingletone: true,
3030
args: {
31-
width: 600,
32-
height: 400,
31+
width: 500,
32+
height: 650,
3333
},
3434
})
3535
},
@@ -41,8 +41,8 @@ const main: InitPlugin = {
4141
name: TWITTER_TWEET_WINDOW_ID,
4242
isSingletone: true,
4343
args: {
44-
width: 600,
45-
height: 400,
44+
width: 500,
45+
height: 650,
4646
},
4747
})
4848
},

0 commit comments

Comments
 (0)