• Welcome to the Chevereto User Community!

    Here, users from all over the world come together to learn, share, and collaborate on everything related to Chevereto. It's a place to exchange ideas, ask questions, and help improve the software.

    Please keep in mind:

    • This community is user-driven. Always be polite and respectful to others.
    • Support development by purchasing a Chevereto license, which also gives you priority support.
    • Go further by joining the Community Subscription for even faster response times and to help sustain this space

Can the NFSW blur be increased?

Add this CSS in dashboard/settings/theme

CSS:
.unsafe-blur-on [data-flag=unsafe] .list-item-image .image-container,
.unsafe-blur-on .list-item .list-item-thumbs li[data-flag=unsafe] a {
    filter: blur(10px);
    -webkit-filter: blur(10px);
    -webkit-transform: scale(1.04);
    transform: scale(1.04);
}
 
Back
Top