Card lists are now fullwidth and use your complete screen.
Works for:
- Deck View (Visual)
- Deck View (Decklist)
- Search Results
AuthorBastianHentschel
LicenseCC BY-SA 4.0
Categoryscryfall.com
Created
Updated
Size676 B
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Card lists are now fullwidth and use your complete screen.
Works for:
/* ==UserStyle==
@name scryfall.com
@version 20230421.13.10
@namespace ?
==/UserStyle== */
@-moz-document url-prefix("https://scryfall.com/") {
@media screen and (min-width: 920px) {
.card-grid-item {
width: 16%;
}
}
@media screen and (min-width: 1060px) {
.control-panel-content {
width: inherit;
padding-right: 20px;
}
}
.card-grid-inner {
max-width: none;
}
@media screen and (min-width: 800px) {
.control-panel-content {
width: 80%;
}
}
@media screen and (min-width: 1060px) {
.sidebar {
padding-left: 20px;
width: 13%;
}
}
@media screen and (min-width: 800px) {
.deck-list {
column-count: 4;
}
}
}