MAL-Fullscreen

remove margins from both sides to extended the view

  1. /* ==UserStyle==
  2. @name MAL-Fullscreen
  3. @description remove margins from both sides to extended the view
  4. @namespace lemonadeforlife
  5. @version 1.0.1
  6. @author lemonadeforlife (https://github.com/lemonadeforlife)
  7. @homepageURL https://github.com/lemonadeforlife/MAL-Fullscreen
  8. @supportURL https://github.com/lemonadeforlife/MAL-Fullscreen/issues
  9. @license unlicense
  10. @match https://myanimelist.net
  11. @preprocessor stylus
  12. ==/UserStyle== */
  13.  
  14. @-moz-document url-prefix("https://myanimelist.net/") {
  15. #myanimelist, #menu{
  16. width: 100% !important;
  17. }
  18.  
  19. .left-column, .right-column {
  20. width: 50% !important;
  21. }
  22. article.widget-container:nth-child(1){
  23. margin: 0 !important;
  24. }
  25.  
  26. #widget-seasonal-video > div:nth-child(3){
  27. width: auto !important;
  28. }
  29.  
  30. .news-unit {
  31. width: auto !important;
  32. }
  33.  
  34. .widget-header{
  35. text-align: center !important;
  36. }
  37.  
  38. .h1.edit-info {
  39. display: flex !important;
  40. justify-content: space-between !important;
  41. }
  42.  
  43. #horiznav_nav{
  44. text-align: center !important;
  45. }
  46. }