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

Apply mx_EventTile_isEditing .mx_MessageTimestamp globally #8956

Merged
merged 4 commits into from
Jul 1, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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