Avatar and Sender Profile alignment, along with reducing the distance between initial messages and the previous one

This commit is contained in:
wmwragg 2016-08-22 10:45:00 +01:00
parent bdaa9faea0
commit 0b1fc1b925

View File

@ -17,7 +17,7 @@ limitations under the License.
.mx_EventTile { .mx_EventTile {
max-width: 100%; max-width: 100%;
clear: both; clear: both;
padding-top: 24px; padding-top: 18px;
font-size: 14px; font-size: 14px;
position: relative; position: relative;
} }
@ -28,7 +28,7 @@ limitations under the License.
.mx_EventTile_avatar { .mx_EventTile_avatar {
position: absolute; position: absolute;
top: 16px; top: 14px;
left: 8px; left: 8px;
cursor: pointer; cursor: pointer;
z-index: 2; z-index: 2;
@ -56,6 +56,7 @@ limitations under the License.
padding-bottom: 0px; padding-bottom: 0px;
padding-top: 0px; padding-top: 0px;
margin: 0px; margin: 0px;
line-height: 22px;
} }
.mx_EventTile .mx_MessageTimestamp { .mx_EventTile .mx_MessageTimestamp {