mirror of
https://github.com/yudejp/yude.jp.git
synced 2025-05-10 14:08:41 +00:00
Adjust height
This commit is contained in:
parent
d696356db3
commit
aff2d35f1d
@ -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`
|
||||||
|
Loading…
x
Reference in New Issue
Block a user