nieyuge преди 2 години
родител
ревизия
ad90a7ccda
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      src/logic/content/nft.js

+ 1 - 1
src/logic/content/nft.js

@@ -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');