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