Skip to content

Smooth Modrinth by droidiar

Screenshot of Smooth Modrinth

Details

Authordroidiar

LicenseNo License

Categorymodrinth.com

Created

Updated

Size548 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Makes Modrinth items scale but smoothly. X3

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           Smooth Modrinth
@namespace      Droidiar
@version        1.0.0
@description    A new userstyle
@author         Droidiar
==/UserStyle== */
@-moz-document domain("modrinth.com") {
    article.project-card.base-card.padding-bg:hover {
        transform: scale(1.1);
        transition: 500ms ease-out;
        filter: contrast(1.05);
        z-index: 4;
    }

    article.project-card.base-card.padding-bg {
        transition: 500ms ease-out, z-index 0ms;
    }

    #search-results {
        overflow: unset
    }
}

Reviews

No reviews yet.