mirror of
https://github.com/th-ch/youtube-music.git
synced 2026-01-29 10:53:44 +00:00
7 lines
99 B
CSS
7 lines
99 B
CSS
.clock {
|
|
position: absolute;
|
|
left: 50%;
|
|
transform: translateX(-50%);
|
|
align-self: center;
|
|
}
|