/* ==UserStyle== @name Widen Kitsu Feed @description Widen Kitsu Feed on Desktop @author Reina @supportURL https://kitsu.io/users/Reinachan @version 1.0.0 @license unlicensed @match https://kitsu.io/* @preprocessor default @namespace https://greasyfork.org/users/703350 @downloadURL https://update.greasyfork.org/scripts/422600/Widen%20Kitsu%20Feed.user.css @updateURL https://update.greasyfork.org/scripts/422600/Widen%20Kitsu%20Feed.meta.css ==/UserStyle== */ @-moz-document domain("kitsu.io") { body { overflow-x: clip; } .row.global-row { margin-left: -40px; margin-right: -40px; } .feed-container .feed-stream.col-md { max-width: 1000px; } }