mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-07 04:20:12 +02:00
handle visualizer opacity when no lyrics
This commit is contained in:
@@ -96,7 +96,7 @@ const BottomPanel = () => {
|
||||
<div
|
||||
className={styles.visualizerOverlay}
|
||||
style={{
|
||||
opacity: hasLyrics ? 0.2 : 0.5,
|
||||
opacity: hasLyrics ? 0.2 : 1,
|
||||
}}
|
||||
>
|
||||
<Suspense fallback={<></>}>
|
||||
|
||||
Reference in New Issue
Block a user