Skip to content

NO SP DIVIDERS by ItsJonQ

Details

AuthorItsJonQ

LicenseNo License

Categorydesign.webflow.com

Created

Updated

Size486 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

A new userstyle

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           NO SP DIVIDERS
@namespace      github.com/openstyles/stylus
@version        1.0.1
@description    A new userstyle
@author         Me
==/UserStyle== */

@-moz-document domain("design.webflow.com") {
    [data-component="FauxBorder"],
    [style="height: 0px; overflow: visible; margin-left: -8px; margin-right: -8px; grid-column: 1 / -1;"] {
        display: none;
    }
    [data-component="FauxBorder"]:is(:last-child) {
        display: block;
    }
}

Reviews

No reviews yet.