Fix analog clock overlay and fullscreen alignment

This commit is contained in:
Kiyomichi Kosaka 2025-06-14 23:40:46 +02:00
parent 76bb243d9e
commit 8033be374c
2 changed files with 7 additions and 0 deletions

View File

@ -40,6 +40,7 @@
background: #ffffff; background: #ffffff;
border-radius: 50%; border-radius: 50%;
box-shadow: 0 0 8px rgba(0, 255, 255, 0.8); box-shadow: 0 0 8px rgba(0, 255, 255, 0.8);
z-index: 2;
} }
.marker { .marker {
position: absolute; position: absolute;

View File

@ -406,6 +406,7 @@
background: #ffffff; background: #ffffff;
border-radius: 50%; border-radius: 50%;
box-shadow: 0 0 8px rgba(0, 255, 255, 0.8); box-shadow: 0 0 8px rgba(0, 255, 255, 0.8);
z-index: 2;
} }
.marker { .marker {
@ -471,6 +472,11 @@ body.fullscreen-clock .time-display {
z-index: 1000; z-index: 1000;
} }
body.fullscreen-clock .analog-clock-container {
width: 80vmin;
margin-left: 0;
}
body.fullscreen-clock #clock { body.fullscreen-clock #clock {
width: 80vmin; width: 80vmin;
height: 80vmin; height: 80vmin;