Merge pull request #11 from ok2/codex/fix-analog-clock-display

Fix analog clock hands behind markers
This commit is contained in:
Kiyomichi Kosaka 2025-06-14 23:24:02 +02:00 committed by GitHub
commit 5f5e5f2341
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 0 deletions

View File

@ -51,6 +51,7 @@
color: #ffffff;
text-shadow: 0 0 8px rgba(0, 255, 255, 0.8);
transform: translate(-50%, -50%);
z-index: 0;
}
.hand {
position: absolute;
@ -59,6 +60,7 @@
transform-origin: bottom;
transition: transform 0.5s ease-in-out;
border-radius: 2px;
z-index: 1;
}
.hand.xeno {
width: 4px;

View File

@ -412,6 +412,7 @@
color: #ffffff;
text-shadow: 0 0 8px rgba(0, 255, 255, 0.8);
transform: translate(-50%, -50%);
z-index: 0;
}
.hand {
@ -421,6 +422,7 @@
transform-origin: bottom;
transition: transform 0.5s ease-in-out;
border-radius: 2px;
z-index: 1;
}
.hand.xeno {