diff --git a/app/assets/javascripts/discourse/app/components/quote-button.js b/app/assets/javascripts/discourse/app/components/quote-button.js index 2c973bb1e69..3a5b9f1b789 100644 --- a/app/assets/javascripts/discourse/app/components/quote-button.js +++ b/app/assets/javascripts/discourse/app/components/quote-button.js @@ -199,12 +199,7 @@ export default Component.extend(KeyEnterEscape, { if (showAtEnd) { this.popperPlacement = "bottom-start"; - - if (isAndroid) { - this.popperOffset = [0, 25]; - } else { - this.popperOffset = [0, 15]; - } + this.popperOffset = [0, 25]; } // change the position of the button