Skip to content

Comments

add explicit blurring to left expanded image and full screen#1701

Merged
jeffvli merged 2 commits intodevelopmentfrom
fix-missing-explicit
Feb 13, 2026
Merged

add explicit blurring to left expanded image and full screen#1701
jeffvli merged 2 commits intodevelopmentfrom
fix-missing-explicit

Conversation

@kgarner7
Copy link
Collaborator

Adds blurs to expanded left image and full screen player. This is not added to the lower detail popup on the album page, not sure if that should also be included.

@vercel
Copy link

vercel bot commented Feb 12, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
feishin Ready Ready Preview, Comment Feb 12, 2026 5:52am

Comment on lines +9 to +11
.censored.image {
filter: blur(30px);
}
Copy link
Owner

@jeffvli jeffvli Feb 12, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The blur for the Image component (image.module.css) uses a blur of 10px. Is that not enough for the fullscreen player image? Just wondering for styling consistency purposes, since you set the SidebarImage to use 20px as well so now there are 3 separate blur configurations.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not in my opinion anyway. Since it's a large image, the 10px blur isn't as strong (same with left-controls).

@jeffvli jeffvli merged commit 7887557 into development Feb 13, 2026
11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants