Adjust height

This commit is contained in:
Sumire Isshiki 2024-01-23 09:28:02 +09:00
parent d696356db3
commit aff2d35f1d

View File

@ -36,7 +36,7 @@ export default function Card() {
<div <div
className="absolute opacity-20 w-screen -z-10 blur-sm" className="absolute opacity-20 w-screen -z-10 blur-sm"
style={np && np.isPlaying ? { style={np && np.isPlaying ? {
height: `89%`, height: `93%`,
backgroundImage: `url(${np.album_art})`, backgroundImage: `url(${np.album_art})`,
backgroundColor: `rgba(255, 255, 255, 0.2)`, backgroundColor: `rgba(255, 255, 255, 0.2)`,
backgroundBlendMode: `lighten` backgroundBlendMode: `lighten`