From 561b8752b95fbd8b157b014068c0eec6ee4db313 Mon Sep 17 00:00:00 2001 From: Bruno Windels Date: Fri, 31 Jul 2020 14:23:24 +0200 Subject: [PATCH] actually center the icon --- res/css/views/rooms/_JumpToBottomButton.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }