Compare commits

...

2 Commits

Author SHA1 Message Date
Kiyomichi Kosaka 1d6f105bd5 Merge pull request #14 from ok2/codex/fix-analog-clock-alignment-and-dot-position
Fix analog clock overlay and fullscreen centering
2025-06-14 23:40:59 +02:00
Kiyomichi Kosaka 8033be374c Fix analog clock overlay and fullscreen alignment 2025-06-14 23:40:46 +02:00
2 changed files with 7 additions and 0 deletions
+1
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;
+6
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;