mtg gold fish tournament page position alignment for mana color
tournament page position alignment for mana color by chocolaflex
Details
Authorchocolaflex
LicenseNo License
Categorymtggoldfish
Created
Updated
Size572 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
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;
}
}