diff --git a/manifest.json b/manifest.json index 35f73ff74..af9bb387b 100644 --- a/manifest.json +++ b/manifest.json @@ -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, diff --git a/src/main-view.sass b/src/main-view.sass index 3e24587e2..6ef210eff 100644 --- a/src/main-view.sass +++ b/src/main-view.sass @@ -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 @@ -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 *