From 1dd8746395434e837d9503b64695048196bc0866 Mon Sep 17 00:00:00 2001 From: Jan-Christoph Borchardt Date: Mon, 20 Nov 2017 13:57:49 +0100 Subject: [PATCH] Reduce size of date in list Signed-off-by: Jan-Christoph Borchardt --- core/css/apps.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/core/css/apps.scss b/core/css/apps.scss index 861c4945fc5..5e47f75d193 100644 --- a/core/css/apps.scss +++ b/core/css/apps.scss @@ -1033,7 +1033,8 @@ kbd { overflow: hidden; text-overflow: ellipsis; max-width: 100px; - opacity: 0.5; + opacity: .5; + font-size: 80%; user-select: none; } }