From 29e17af2f88920591bac87ad835cdc73c0b18af4 Mon Sep 17 00:00:00 2001 From: Bruno Windels Date: Fri, 31 Jul 2020 14:30:38 +0200 Subject: [PATCH] scale the icon a bit, as centering changed it's size --- res/css/views/rooms/_JumpToBottomButton.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/res/css/views/rooms/_JumpToBottomButton.scss b/res/css/views/rooms/_JumpToBottomButton.scss index c4408b4dd1..4659442d9b 100644 --- a/res/css/views/rooms/_JumpToBottomButton.scss +++ b/res/css/views/rooms/_JumpToBottomButton.scss @@ -70,5 +70,6 @@ limitations under the License. mask: url('$(res)/img/icon-jump-to-bottom.svg'); mask-repeat: no-repeat; mask-position: center; + mask-size: 50%; background: $muted-fg-color; }