Move music ticker to top of screen

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
ltadeu6 2026-06-07 09:14:49 -03:00
parent 6b8eb21086
commit d13d6e5e53
No known key found for this signature in database
GPG key ID: FB9FDAB6B6F3418D

View file

@ -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;