hide timestamp while editing

pull/21833/head
Bruno Windels 2019-05-17 16:01:52 +01:00
parent 5adae63555
commit f9462d1012
1 changed files with 4 additions and 0 deletions

View File

@ -76,6 +76,10 @@ limitations under the License.
}
}
.mx_EventTile_isEditing .mx_MessageTimestamp {
visibility: hidden !important;
}
.mx_EventTile .mx_MessageTimestamp {
display: block;
visibility: hidden;