1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-08-07 21:23:00 +03:00

Fix font size of MessageTimestamp on TimelineCard (#8950)

Signed-off-by: Suguru Hirahara <luixxiul@users.noreply.github.com>
This commit is contained in:
Suguru Hirahara
2022-07-05 16:02:55 +00:00
committed by GitHub
parent f45e8ad486
commit 6f10cd6404

View File

@@ -93,6 +93,7 @@ limitations under the License.
.mx_MessageTimestamp {
inset-inline: auto 0;
font-size: $font-12px;
}
.mx_ReactionsRow {