From 3f04a4222996c48d89c94863f938bace1e6c0508 Mon Sep 17 00:00:00 2001 From: turt2live Date: Tue, 30 May 2017 09:32:27 -0600 Subject: [PATCH] Smaller font size on timestamp to better fit in the available space Part of addressing vector-im/riot-web#4046 Signed-off-by: Travis Ralston --- .../vector/css/matrix-react-sdk/views/rooms/_EventTile.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/skins/vector/css/matrix-react-sdk/views/rooms/_EventTile.scss b/src/skins/vector/css/matrix-react-sdk/views/rooms/_EventTile.scss index 9d970ad45..d853f9396 100644 --- a/src/skins/vector/css/matrix-react-sdk/views/rooms/_EventTile.scss +++ b/src/skins/vector/css/matrix-react-sdk/views/rooms/_EventTile.scss @@ -62,7 +62,7 @@ limitations under the License. visibility: hidden; white-space: nowrap; color: $event-timestamp-color; - font-size: 11px; + font-size: 10px; left: 8px; position: absolute; }