IGN Wikis responsive

IGN's Wikis pages are more suitable for wide screens.

  1. /* ==UserStyle==
  2. @name IGN Wikis responsive
  3. @version 1.0.1
  4. @description IGN's Wikis pages are more suitable for wide screens.
  5. @author BreatFR (https://breat.fr)
  6. @namespace https://gitlab.com/breatfr
  7. @homepageURL https://gitlab.com/breatfr/ign-wikis
  8. @supportURL https://discord.gg/Q8KSHzdBxs
  9. @license AGPL-3.0-or-later; https://www.gnu.org/licenses/agpl-3.0.txt
  10. ==/UserStyle== */
  11.  
  12. /* === Credits ===
  13. Website https://breat.fr
  14. facebook https://www.facebook.com/breatfroff
  15. mastodon https://mastodon.social/@breat_fr
  16. telegram https://t.me/breatfr
  17. vk https://vk.com/breatfroff
  18. X (twitter) https://x.com/breatfroff
  19. === Credits === */
  20.  
  21. @-moz-document url-prefix("https://www.ign.com/wikis/") {
  22. .content {
  23. margin: 0px;
  24. }
  25. .page-content:not(.header-details) {
  26. padding: 0px;
  27. }
  28. .image,
  29. .video {
  30. border-radius: 16px;
  31. }
  32. .desktop-wiki-group {
  33. display: block;
  34. }
  35. @media (min-width: 641px) {
  36. .sticky-header.jsx-1640122255 .box-wrapper {
  37. padding: 0 !important;
  38. }
  39. .image.large,
  40. .video.large {
  41. border-radius: 16px;
  42. height: auto;
  43. max-width: 100% !important;
  44. }
  45. }
  46. }