New Twitch Mod View with less margin
Twitch Mod View (less margin) by Sacti00n
Details
AuthorSacti00n
LicenseNo License
Categorytwitch.tv/moderator
Created
Updated
Size625 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name www.twitch.tv - 27.8.2023, 02:22:27
@namespace github.com/openstyles/stylus
@version 1.0.0
@description A new userstyle
@author Me
==/UserStyle== */
@-moz-document url-prefix("https://www.twitch.tv/moderator/") {
.moderation-view-page--v2 .mod-view-grid .mosaic-tile{
margin-right: 0.25rem!important;
margin-left: 0.25rem!important;
}
.moderation-view-page--v2 .mod-view-grid .mosaic-tile:first-of-type{
margin-bottom: 0rem!important;
}
.mosaic-root{
margin: 0rem!important;
}
.Layout-sc-1xcs6mc-0 .iWtAKi{
width:300px
}
}