wenliming před 2 roky
rodič
revize
68610fbc93
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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) {