Merge pull request #68 from ok2/codex/fix-analog-clock-background-visibility-in-eonstrip-view

This commit is contained in:
Kiyomichi Kosaka 2025-06-20 08:11:46 +02:00 committed by GitHub
commit 7a8a463169
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -651,7 +651,7 @@ body.fullscreen-clock .calendar-view,
body.fullscreen-clock .detail-view, body.fullscreen-clock .detail-view,
body.fullscreen-clock .time-details, body.fullscreen-clock .time-details,
body.fullscreen-clock .explanations { body.fullscreen-clock .explanations {
display: none; display: none !important;
} }
body.fullscreen-clock .time-display { body.fullscreen-clock .time-display {