Skip to content

tournament page position alignment for mana color by chocolaflex

Screenshot of tournament page position alignment for mana color

Details

Authorchocolaflex

LicenseNo License

Categorymtggoldfish

Created

Updated

Code size572 B

Code checksumd1e3a2d

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

mtg gold fish tournament page position alignment for mana color

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         www.mtggoldfish.com
@version      20230911.20.17
@namespace    ?
==/UserStyle== */

@-moz-document url-prefix("https://www.mtggoldfish.com/tournament/") {
.table-tournament td:nth-of-type(2) {
    display: flex;
    min-width: 320px;
    flex-direction: row-reverse;
    justify-content: start;
    align-items: center;
}
.table-tournament td .manacost {
    position: relative;
    width: 105px;
    display: flex;
    gap: 3px;
    align-items: center;
}
.table-tournament td .manacost svg {
    flex-shrink: 0;
}
}

Reviews

No reviews yet.