Browse Source

[edit] btn

wenliming 2 năm trước cách đây
mục cha
commit
68610fbc93
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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) {