소스 검색

[edit] btn

wenliming 2 년 전
부모
커밋
68610fbc93
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/logic/content/twitter.js

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

@@ -695,7 +695,7 @@ function addSliderNavDeBtn() {
             }
         }
 
-        if (!isSmall) {
+        if (!isSmall && !isFloating) {
             let bigDom = document.querySelector('a[href="/compose/tweet"]').parentNode.parentNode;
             let deBtn = document.getElementById('de-btn');
             if (bigDom && !deBtn) {