Skip to content

Commit

Permalink
准备发布 2.0.3
Browse files Browse the repository at this point in the history
修正了悬浮歌词和隐藏已播放歌词行的效果
  • Loading branch information
Steve-xmh committed May 26, 2023
1 parent 8306297 commit e5b0f33
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
],
"description": "类 Apple Music 歌词页面插件|近乎完美的 Apple Music 歌词体验",
"preview": "preview.svg",
"version": "2.0.2",
"version": "2.0.3",
"commit": "!SET_BY_BUILD_SCRIPT!",
"type": "extension",
"noDevReload": true,
Expand Down
6 changes: 5 additions & 1 deletion src/main-view.sass
Original file line number Diff line number Diff line change
Expand Up @@ -235,6 +235,9 @@ $tween-animation-timing: cubic-bezier(0.46, 0, 0.07, 1)
flex-direction: column
// 鼠标悬浮时显示所有歌词
&:hover .am-lyric-line
opacity: 0.75 !important
&:hover
opacity: 1 !important
> *
filter: blur(0) !important
opacity: 1 !important
Expand Down Expand Up @@ -263,7 +266,8 @@ $tween-animation-timing: cubic-bezier(0.46, 0, 0.07, 1)
flex: 1
overflow-y: hidden
-webkit-mask-image: linear-gradient(#0000, #000 5%, #000 95%, #0000)
filter: drop-shadow(0 0 var(--applemusic-like-lyrics-font-shadow-size, 2px) #0004)
// filter: drop-shadow(0 0 var(--applemusic-like-lyrics-font-shadow-size, 2px) #0004)
filter: drop-shadow(0 0 0 #0004)
box-sizing: content-box
&.am-lyric-pause-all
*
Expand Down

0 comments on commit e5b0f33

Please sign in to comment.