Merge pull request #2000 from vector-im/wmwragg/chat-message-presentation

Added event/info message avatars back in
pull/2007/head
Matthew Hodgson 2016-08-23 17:14:21 +01:00 committed by GitHub
commit 864f9747f0
1 changed files with 5 additions and 0 deletions

View File

@ -34,6 +34,11 @@ limitations under the License.
z-index: 2;
}
.mx_EventTile.mx_EventTile_info .mx_EventTile_avatar {
top: 8px;
left: 44px;
}
.mx_EventTile_continuation {
padding-top: 0px ! important;
}