Widen Kitsu Feed on Desktop
/* ==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
==/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;
}
}