Makes the live chat more modern in V3
Modern Live Chat for V3 by myedition8
Details
Authormyedition8
LicenseNo License
Categoryyoutube.com
Created
Updated
Size1.6 kB
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Needs V3 to work.
https://vorapis.pages.dev/#/
Source code
/* ==UserStyle==
@name Modern Live Chat for V3
@namespace myedition8
@version 1.0
@description Makes the live chat more modern in V3
@author myedition8
==/UserStyle== */
@-moz-document url-prefix("https://www.youtube.com/watch?v="){
/*Live chat header*/
.livestream_chat .header {
background: #fff;
height: 26px;
color: #777;
}
.livestream_chat.yt-uix-expander-collapsed {
height: 26px !important;
}
.oz-sprite-conversation-icon {
display: none;
}
.livestream_chat.past_stream .header .now {
background-color: #75757500;
}
.livestream_chat .header .title {
font-size: 10px;
top: 0px;
text-shadow: -1px 0 #23232300, 0 1px #23232300, 1px 0 #23232300, 0 -1px #23232300;
left: 150px;
}
.livestream_chat .header .oz-sprite-conversation-expander {
right: 17px;
width: 12px;
height: 12px;
top: 8px;
}
.livestream_chat .header .now {
background-color: #e6211700;
}
/*Live chat*/
.livechat_message .chatfly {
background: #fff0;
box-shadow: 0 1px 2px rgba(255, 255, 255, 0);
border-bottom: 1px solid #fff0;
}
.livechat_message .chatfly::before {
border: 4px solid #fff0;
}
.livechat_message .chatfly::after {
border: 4px solid #fff0;
}
.livechat_message:hover {
background: #e9e9e9;
}
.livechat_message {
margin-top: -12px !important;
}
.livestream_chat .collapsible .live_streamcontent_container {
background: #fff;
}
.livechat_message .avatar img {
width: 25px;
height: 25px;
position: relative;
top: 10px;
}
}