Skip to content

Quad Column mtg.design by OwenFeik

Details

AuthorOwenFeik

LicenseNo License

Categorymtg.design

Created

Updated

Size352 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

4 columns

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           Quad Column mtg.design
@namespace      github.com/openstyles/stylus
@version        1.0.0
@description    A new userstyle
@author         Me
==/UserStyle== */

@-moz-document regexp("https://mtg.design/u/.*/.*") {
    ul.index {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
    }
}

Reviews

No reviews yet.