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) {