mirror of
https://github.com/th-ch/youtube-music.git
synced 2026-01-30 11:23:43 +00:00
plugin: clock widget (#4161)
This commit is contained in:
6
src/plugins/clock/style.css
Normal file
6
src/plugins/clock/style.css
Normal file
@ -0,0 +1,6 @@
|
||||
.clock {
|
||||
position: absolute;
|
||||
left: 50%;
|
||||
transform: translateX(-50%);
|
||||
align-self: center;
|
||||
}
|
||||
Reference in New Issue
Block a user