From 93ea9d3617ae2273b19805b048d47718ef9932ba Mon Sep 17 00:00:00 2001 From: Travis Ralston Date: Thu, 3 Jan 2019 18:07:34 -0700 Subject: [PATCH] Condense .mx_RoomTile_avatar properties Looks like the develop->experimental merge duplicated the definition. We'll take the best of both and make it work. --- res/css/views/rooms/_RoomTile.scss | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/res/css/views/rooms/_RoomTile.scss b/res/css/views/rooms/_RoomTile.scss index c74cec25e3..70d505e4ea 100644 --- a/res/css/views/rooms/_RoomTile.scss +++ b/res/css/views/rooms/_RoomTile.scss @@ -62,11 +62,6 @@ limitations under the License. flex: 1; } -.mx_RoomTile_avatar { - flex: 0; - padding: 4px; -} - .mx_RoomTile_subtext { display: inline-block; font-size: 11px; @@ -84,11 +79,8 @@ limitations under the License. } .mx_RoomTile_avatar { - display: inline-block; - padding-top: 5px; - padding-bottom: 5px; - padding-left: 16px; - padding-right: 6px; + flex: 0; + padding: 4px; width: 24px; vertical-align: middle; }