Message editing: show (edited) marker on edited messages, with tooltip
This commit is contained in:
parent
0070540b8a
commit
4a6725d4c2
3 changed files with 40 additions and 0 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue