Skip to content

Scryfall Fullwidth by BastianHentschel

Screenshot of Scryfall Fullwidth

Details

AuthorBastianHentschel

LicenseCC BY-SA 4.0

Categoryscryfall.com

Created

Updated

Size676 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Card lists are now fullwidth and use your complete screen.

Works for:

  • Deck View (Visual)
  • Deck View (Decklist)
  • Search Results

Notes

Userstyle doesn't have notes.

Source code

/* ==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;
  }
}
}

Reviews

No reviews yet.