From 84e3a0954cdfaf524026535f05b890bbe17393d0 Mon Sep 17 00:00:00 2001 From: Jorik Schellekens Date: Mon, 27 Jul 2020 15:04:09 +0100 Subject: [PATCH] Fix handle left align --- res/css/structures/_MatrixChat.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/res/css/structures/_MatrixChat.scss b/res/css/structures/_MatrixChat.scss index 2bb4a9c437..7f19c62615 100644 --- a/res/css/structures/_MatrixChat.scss +++ b/res/css/structures/_MatrixChat.scss @@ -85,7 +85,7 @@ limitations under the License. &::before { position: absolute; - left: 2px; + left: 6px; top: 50%; transform: translate(0, -50%);