From 8033be374c8e8d3a9729b867f49060da0cb5b906 Mon Sep 17 00:00:00 2001 From: Kiyomichi Kosaka Date: Sat, 14 Jun 2025 23:40:46 +0200 Subject: [PATCH] Fix analog clock overlay and fullscreen alignment --- analog.html | 1 + style.css | 6 ++++++ 2 files changed, 7 insertions(+) diff --git a/analog.html b/analog.html index 1426ae4..0086d35 100644 --- a/analog.html +++ b/analog.html @@ -40,6 +40,7 @@ background: #ffffff; border-radius: 50%; box-shadow: 0 0 8px rgba(0, 255, 255, 0.8); + z-index: 2; } .marker { position: absolute; diff --git a/style.css b/style.css index 7da4eea..880b7c0 100644 --- a/style.css +++ b/style.css @@ -406,6 +406,7 @@ background: #ffffff; border-radius: 50%; box-shadow: 0 0 8px rgba(0, 255, 255, 0.8); + z-index: 2; } .marker { @@ -471,6 +472,11 @@ body.fullscreen-clock .time-display { z-index: 1000; } +body.fullscreen-clock .analog-clock-container { + width: 80vmin; + margin-left: 0; +} + body.fullscreen-clock #clock { width: 80vmin; height: 80vmin;