Merge pull request #14 from ok2/codex/fix-analog-clock-alignment-and-dot-position

Fix analog clock overlay and fullscreen centering
This commit is contained in:
Kiyomichi Kosaka 2025-06-14 23:40:59 +02:00 committed by GitHub
commit 1d6f105bd5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 7 additions and 0 deletions

View File

@ -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;

View File

@ -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;