diff --git a/res/css/views/rooms/_JumpToBottomButton.scss b/res/css/views/rooms/_JumpToBottomButton.scss index cb3803fe5b..c4408b4dd1 100644 --- a/res/css/views/rooms/_JumpToBottomButton.scss +++ b/res/css/views/rooms/_JumpToBottomButton.scss @@ -69,6 +69,6 @@ limitations under the License. right: 0; mask: url('$(res)/img/icon-jump-to-bottom.svg'); mask-repeat: no-repeat; - mask-position: 9px 14px; + mask-position: center; background: $muted-fg-color; }