Wide new reddit | Userstyle

Wide view for new reddit. Now with card view!

  1. /* ==UserStyle==
  2. @name Wide new reddit | Userstyle
  3. @namespace https://greasyfork.org/en/users/195080-jxm
  4. @description Wide view for new reddit. Now with card view!
  5. @version 1.3
  6. @license GPL-3.0-or-later; http://www.gnu.org/licenses/gpl-3.0.txt
  7. @icon https://www.redditstatic.com/desktop2x/img/favicon/favicon-96x96.png
  8. @author jxm
  9. @preprocessor stylus
  10. ==/UserStyle== */
  11. @-moz-document domain("reddit.com")
  12. {._1OVBBWLtHoSPfGCRaPzpTf._3nSp9cdBpqL13CqjdMr2L_ { width: 90% !important; }
  13. div {
  14. max-width: none !important;
  15. }
  16. }