tweak: slow music icon pulse 0.5s→1.8s
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
b5eacd35d2
commit
2552c9ccb3
1 changed files with 3 additions and 3 deletions
|
|
@ -190,7 +190,7 @@ html, body {
|
|||
color: #ff44aa;
|
||||
font-size: 18px;
|
||||
text-shadow: 0 0 10px #ff44aa;
|
||||
animation: iconPulse 0.5s ease-in-out infinite alternate;
|
||||
animation: iconPulse 1.8s ease-in-out infinite alternate;
|
||||
flex-shrink: 0;
|
||||
}
|
||||
@keyframes iconPulse {
|
||||
|
|
@ -241,8 +241,8 @@ html, body {
|
|||
============================================================ */
|
||||
.lyric-display {
|
||||
position: absolute;
|
||||
left: 3%;
|
||||
top: 5%;
|
||||
left: 2%;
|
||||
top: 4%;
|
||||
max-width: 36%;
|
||||
pointer-events: none;
|
||||
opacity: 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue