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

Fix font size of MessageTimestamp on TimelineCard #8950

Merged
merged 2 commits into from
Jul 5, 2022
Merged
Changes from 1 commit
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
1 change: 1 addition & 0 deletions res/css/views/right_panel/_TimelineCard.scss
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ limitations under the License.

.mx_MessageTimestamp {
inset-inline: auto 0;
font-size: $font-12px;
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

}

.mx_ReactionsRow {
Expand Down