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 2 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 @@ -28,6 +28,10 @@ $threadInfoLineHeight: calc(2 * $font-12px); // See: _commons.scss
color: $alert;
}

&.mx_EventTile_isEditing .mx_MessageTimestamp {
visibility: hidden;
}

.mx_EventTile_avatar {
cursor: pointer;
user-select: none;
Expand Down Expand Up @@ -214,10 +218,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