From 1bca5371d1f6f92cff106e78861676390fa79801 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=A0imon=20Brandner?= Date: Tue, 13 Jul 2021 13:18:01 +0200 Subject: [PATCH] Fix redacted messages for the 100th #*&@*%^ time MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Šimon Brandner --- res/css/views/rooms/_ReplyTile.scss | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/res/css/views/rooms/_ReplyTile.scss b/res/css/views/rooms/_ReplyTile.scss index 007ed35ecf..517ef79ef0 100644 --- a/res/css/views/rooms/_ReplyTile.scss +++ b/res/css/views/rooms/_ReplyTile.scss @@ -29,12 +29,13 @@ limitations under the License. color: $primary-fg-color; } -.mx_ReplyTile > .mx_RedactedBody { - padding: 18px; +.mx_ReplyTile .mx_RedactedBody { + padding: 4px 0 2px 20px; &::before { height: 13px; width: 13px; + top: 5px; } }