plugin: clock widget (#4161)

This commit is contained in:
Wyatt Breitner
2026-01-29 03:55:01 -05:00
committed by GitHub
parent 728be6633a
commit 12fcb92a8a
4 changed files with 131 additions and 0 deletions

View File

@ -0,0 +1,6 @@
.clock {
position: absolute;
left: 50%;
transform: translateX(-50%);
align-self: center;
}