This slightly changes the V3 Livestream chatbox
IJAP'S V3 Live Chat Box by ItsJustAPlayer
Details
AuthorItsJustAPlayer
LicenseGNU GPLv3
Categoryyoutube.com
Created
Updated
Size899 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
g
Source code
/* ==UserStyle==
@name IJAP'S V3 Live Chat Box
@version 0.3
@namespace youtube.com
@description g
@author ItsJustAPlayer
@license GNU GPLv3
==/UserStyle== */
@-moz-document domain("youtube.com") {
.livechat_message .avatar img {
width: 40px;
height: 40px;
border-radius: 0%;
}
.livechat_message .chatfly {
margin-left: 15px;
}
.livestream_chat .collapsible .create_message .avatar {
border-radius: 0%
}
.livestream_chat .distiller_yt-sb .callout {
margin-left: 64px;
}
.livestream_chat .create_message .distiller_yt-sb .sb_text_input {
width: 215px;
margin-left: 75px;
}
.livestream_chat .collapsible .create_message .standby .standby_message {
left: 75px;
}
.livestream_chat .create_message .distiller_yt-sb .action_bar .jfk-button-action {
min-width: 35px;
margin-right: 8px;
}
}