Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Commit

Permalink
Apply mx_EventTile_isEditing .mx_MessageTimestamp globally (#8956)
Browse files Browse the repository at this point in the history
  • Loading branch information
luixxiul authored Jul 1, 2022
1 parent d8d4ade commit 933ced5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions res/css/views/rooms/_EventTile.scss
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,10 @@ $threadInfoLineHeight: calc(2 * $font-12px); // See: _commons.scss
}
}

&.mx_EventTile_isEditing .mx_MessageTimestamp {
visibility: hidden;
}

.mx_EventTile_avatar {
cursor: pointer;
user-select: none;
Expand Down Expand Up @@ -253,10 +257,6 @@ $threadInfoLineHeight: calc(2 * $font-12px); // See: _commons.scss
padding-top: 0px !important;
}

&.mx_EventTile_isEditing .mx_MessageTimestamp {
visibility: hidden;
}

.mx_MessageTimestamp {
left: 0px;
text-align: center;
Expand Down

0 comments on commit 933ced5

Please sign in to comment.