From 0b1fc1b925a6dabf73ba970ef7dbe3f20b9a7b55 Mon Sep 17 00:00:00 2001 From: wmwragg Date: Mon, 22 Aug 2016 10:45:00 +0100 Subject: [PATCH] Avatar and Sender Profile alignment, along with reducing the distance between initial messages and the previous one --- .../vector/css/matrix-react-sdk/views/rooms/EventTile.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/skins/vector/css/matrix-react-sdk/views/rooms/EventTile.css b/src/skins/vector/css/matrix-react-sdk/views/rooms/EventTile.css index ccf12ffc17..2dae0c406a 100644 --- a/src/skins/vector/css/matrix-react-sdk/views/rooms/EventTile.css +++ b/src/skins/vector/css/matrix-react-sdk/views/rooms/EventTile.css @@ -17,7 +17,7 @@ limitations under the License. .mx_EventTile { max-width: 100%; clear: both; - padding-top: 24px; + padding-top: 18px; font-size: 14px; position: relative; } @@ -28,7 +28,7 @@ limitations under the License. .mx_EventTile_avatar { position: absolute; - top: 16px; + top: 14px; left: 8px; cursor: pointer; z-index: 2; @@ -56,6 +56,7 @@ limitations under the License. padding-bottom: 0px; padding-top: 0px; margin: 0px; + line-height: 22px; } .mx_EventTile .mx_MessageTimestamp {