Make Matters Wide Again

Give a wider main column for Matters.news.

当前为 2020-11-30 提交的版本,查看 最新版本

/* ==UserStyle==
@name        Make Matters Wide Again
@description Give a wider main column for Matters.news.
@namespace   im.outv.stylus.matters
@author      Outvi V (github.com/outloudvi)
@version     1.0.2
@license     unlicense
==/UserStyle== */

@-moz-document domain("matters.news") {
    main {
      max-width: 85vw !important;
    }
}