refactor clock layout using unified radius

This commit is contained in:
Kiyomichi Kosaka
2025-06-15 11:28:02 +02:00
parent 3a765e01a8
commit 31b326b090
2 changed files with 23 additions and 22 deletions
+1 -1
View File
@@ -445,7 +445,7 @@ body.fullscreen-clock .clock-label {
border-radius: 0;
text-shadow: 0 0 6px rgba(0, 255, 255, 0.9), 0 0 12px rgba(0, 255, 255, 0.7);
box-shadow: none;
transform: translate(-50%, -50%);
transform-origin: center;
z-index: 1;
}