From 0f7f83c6182042f5d6845d51be2521b3eeed561a Mon Sep 17 00:00:00 2001 From: Kiyomichi Kosaka Date: Fri, 20 Jun 2025 08:11:28 +0200 Subject: [PATCH] Fix fullscreen clock not hiding detail view --- style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style.css b/style.css index 91cacd3..9de091f 100644 --- a/style.css +++ b/style.css @@ -643,7 +643,7 @@ body.fullscreen-clock .calendar-view, body.fullscreen-clock .detail-view, body.fullscreen-clock .time-details, body.fullscreen-clock .explanations { - display: none; + display: none !important; } body.fullscreen-clock .time-display {