chat_rbate resized thumbs
Chaz by blk020
Details
Authorblk020
LicenseNo License
Categorychat
Created
Updated
Size919 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 Chaz
@version 20220101.09.04
@namespace userstyles.world/user/blk020
@description chat_rbate resized thumbs
@author blk020
@license No License
==/UserStyle== */
@-moz-document url-prefix("https://chaturbate.com/") {
.video-box {
width: 100%!important;
background: #222!important;
color: #ccc!important;
}
.section {
height: auto!important;
}
.room_list_room {
width: 19vw!important;
max-height: 370px!important;
}
li.room_list_room > a > img {
width: 100%!important;
height: 100%!important;
}
.list .thumbnail_label {
top: 2px!important;
}
#player {
width: 60%!important;
height: auto!important;
margin: auto!important;
}
.c-1,
.content,
.block {
margin: 0!important;
padding: 0!important;
}
.ad,
.banner,
.chat-box,
.chat-list,
.ui-resizable-handle,
.tip_shell,
.title {
display: none!important;
}
}