From 3e1b051ec3f0d7726b0483e29af285a219693660 Mon Sep 17 00:00:00 2001 From: rejas Date: Sun, 22 Aug 2021 22:34:11 +0200 Subject: [PATCH] Fix layout of digital clock ALignment was always set to center. Instead it now takes the positions alignment (left/center/right) --- CHANGELOG.md | 1 + modules/default/clock/clock_styles.css | 4 ---- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e4205ac3..5b0befed 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -21,6 +21,7 @@ _This release is scheduled to be released on 2021-10-01._ - Actually test all js and css files when lint script is run. - Update jsdocs and print warnings during testing too - Update weathergov provider to try fetching not just current, but also foreacst, when API URLs available. +- Refactored clock layout ### Fixed diff --git a/modules/default/clock/clock_styles.css b/modules/default/clock/clock_styles.css index f15677b2..e3eb7e94 100644 --- a/modules/default/clock/clock_styles.css +++ b/modules/default/clock/clock_styles.css @@ -82,10 +82,6 @@ transform-origin: 50% 100%; } -.digital { - text-align: center; -} - .module.clock .sun, .module.clock .moon { display: flex;