From 872103fb8a1f98dbf5a037bb9e8b8117d68f439c Mon Sep 17 00:00:00 2001 From: Jorik Schellekens Date: Thu, 11 Jun 2020 11:44:11 +0100 Subject: [PATCH] Fix e2e bade alignment --- res/css/views/rooms/_IRCLayout.scss | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/res/css/views/rooms/_IRCLayout.scss b/res/css/views/rooms/_IRCLayout.scss index a8eb35eeed..6561356ea8 100644 --- a/res/css/views/rooms/_IRCLayout.scss +++ b/res/css/views/rooms/_IRCLayout.scss @@ -96,10 +96,16 @@ $irc-line-height: $font-18px; position: relative; right: unset; left: unset; + top: 0; + padding: 0; - order: 3; + flex-shrink: 0; flex-grow: 0; + + height: $font-18px; + + background-position: center; } .mx_EventTile_line {