diff --git a/res/css/views/rooms/_IRCLayout.scss b/res/css/views/rooms/_IRCLayout.scss index 9f8d684c96..b4ad117573 100644 --- a/res/css/views/rooms/_IRCLayout.scss +++ b/res/css/views/rooms/_IRCLayout.scss @@ -100,10 +100,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 {