Message editing: show (edited) marker on edited messages, with tooltip

This commit is contained in:
Bruno Windels 2019-05-17 11:36:36 +01:00
parent 0070540b8a
commit 4a6725d4c2
3 changed files with 40 additions and 0 deletions

View file

@ -377,6 +377,14 @@ limitations under the License.
left: 41px;
}
.mx_EventTile_content .mx_EventTile_edited {
user-select: none;
font-size: 12px;
color: $roomtopic-color;
display: inline-block;
margin-left: 9px;
}
/* Various markdown overrides */
.mx_EventTile_content .markdown-body {