From 4018960140fd667eddd220d5224a404426f32610 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Raimund=20Schl=C3=BC=C3=9Fler?= Date: Thu, 1 Nov 2018 21:19:58 +0100 Subject: [PATCH] Correctly align date in week icon --- css/src/style.scss | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/css/src/style.scss b/css/src/style.scss index a074d042..ea3e15cb 100644 --- a/css/src/style.scss +++ b/css/src/style.scss @@ -294,9 +294,12 @@ #collection_today > a > span.date { position: absolute; - font-size: 7px; - left: 18px; - top: 1.5px; + font-size: 6px; + left: 17px; + top: 2px; + width: 10px; + text-align: center; + font-weight: bold; } #app-settings .label-container span.icon {