diff --git a/src/components/views/rooms/Stickerpack.js b/src/components/views/rooms/Stickerpack.js index 97b1aedb3c..52cd32ba4f 100644 --- a/src/components/views/rooms/Stickerpack.js +++ b/src/components/views/rooms/Stickerpack.js @@ -29,10 +29,13 @@ export default class Stickerpack extends React.Component { this.onShowStickersClick = this.onShowStickersClick.bind(this); this.onHideStickersClick = this.onHideStickersClick.bind(this); - this.defaultStickersContent = (
-

You don't currently have any stickerpacks enabled

-

Click here to add some!

-
); + this.defaultStickersContent = ( +
+

You don't currently have any stickerpacks enabled

+

Click here to add some!

+ Add a stickerpack +
+ ); this.popoverWidth = 300; this.popoverHeight = 300; @@ -86,7 +89,7 @@ export default class Stickerpack extends React.Component { const buttonRect = e.target.getBoundingClientRect(); // The window X and Y offsets are to adjust position when zoomed in to page - const x = buttonRect.right + window.pageXOffset - 40; + const x = buttonRect.right + window.pageXOffset - 37; const y = (buttonRect.top + (buttonRect.height / 2) + window.pageYOffset) - 19; // const self = this; ContextualMenu.createMenu(GenericElementContextMenu, {