123
Chat Custom Size by preispolnilsya
Details
Authorpreispolnilsya
LicenseNo License
Category123
Created
Updated
Size508 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 chat custom size
@namespace github.com/openstyles/stylus
@version 1.0.0
@description A new userstyle
@author Me
==/UserStyle== */
@-moz-document domain("twitch.tv") {
/* Устанавливаем ширину чата */
.chat-scrollable-area {
flex: 0 0 666px !important; /* Измените 400px на нужную ширину */
}
/* Контейнер чата */
.chat-room {
width: 100% !important;
}
}