|
@@ -180,7 +180,7 @@ export const addJoinedGroupList = () => {
|
|
|
let iframe = document.createElement('iframe');
|
|
|
iframe.id = 'de-joined-group-list';
|
|
|
iframe.src = chrome.runtime.getURL('/iframe/joined-group-list.html');
|
|
|
- iframe.style.cssText = `border: medium none;width: 350px;height: 120px;border-radius: 16px;margin-bottom: 16px`
|
|
|
+ iframe.style.cssText = `border: medium none;height: 120px;border-radius: 16px;margin-bottom: 16px`
|
|
|
|
|
|
let iframeContent = document.getElementById('de-joined-group-list');
|
|
|
|