Move music ticker to top of screen
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
6b8eb21086
commit
d13d6e5e53
1 changed files with 1 additions and 1 deletions
|
|
@ -121,7 +121,7 @@ html, body {
|
||||||
============================================================ */
|
============================================================ */
|
||||||
.music-ticker {
|
.music-ticker {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
bottom: 4%;
|
top: 4%;
|
||||||
left: 50%;
|
left: 50%;
|
||||||
transform: translateX(-50%);
|
transform: translateX(-50%);
|
||||||
display: flex;
|
display: flex;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue