|
@@ -412,7 +412,7 @@ export function noticeBindTweet(params) {
|
|
|
let iframe = document.createElement('iframe');
|
|
|
iframe.id = 'de-notice-bind-tweet';
|
|
|
iframe.src = chrome.runtime.getURL('/iframe/bind-tweet.html') + `?params=${JSON.stringify(params)}`;
|
|
|
- iframe.style.cssText = `border: medium none; width:400px;min-height:313px;position: fixed; right: 16px; top: 16px;`
|
|
|
+ iframe.style.cssText = `border: medium none; width:400px;min-height:313px;position: fixed; right: 16px; top: 16px;border-radius: 20px;`
|
|
|
let iframeContent = document.getElementById('de-notice-bind-tweet');
|
|
|
if (!iframeContent) {
|
|
|
document.querySelector('body').appendChild(iframe)
|