38 lines
1.3 KiB
CSS
38 lines
1.3 KiB
CSS
body {background: transparent;}
|
|
|
|
|
|
/* Select the style that you need */
|
|
/*yt-live-chat-renderer {background: black;}*/
|
|
/*yt-live-chat-renderer {background: rgb(0, 0, 0, 0.55); border-radius: 16px; padding-top: 16px;}*/
|
|
/*yt-live-chat-renderer {background: transparent;}*/
|
|
|
|
|
|
/*img.yt-img-shadow,*/ /* Profile photos */
|
|
/*yt-live-chat-paid-message-renderer,*/ /* Donation messages */
|
|
yt-icon-button#show-more, /* Scroll to bottom button */
|
|
|
|
yt-live-chat-viewer-engagement-message-renderer, /* Subscriber only notification */
|
|
yt-live-chat-header-renderer, /* Header */
|
|
yt-live-chat-banner-manager, /* Pinned message */
|
|
yt-live-chat-ticker-renderer, /* Donation list (Only shows sometimes) */
|
|
yt-reaction-control-panel-view-model, /* Reaction button */
|
|
yt-live-chat-restricted-participation-renderer, /* Subscriber only chat */
|
|
#panel-pages, /* Send message box */
|
|
div#separator /* Line at the top */
|
|
{display: none !important;}
|
|
|
|
|
|
|
|
/* W3Schools hide scrollbar */
|
|
|
|
/* Hide scrollbar for Chrome, Safari and Opera */
|
|
div#item-scroller.yt-live-chat-item-list-renderer::-webkit-scrollbar {
|
|
display: none;
|
|
}
|
|
|
|
/* Hide scrollbar for IE, Edge and Firefox */
|
|
div#item-scroller.yt-live-chat-item-list-renderer {
|
|
-ms-overflow-style: none; /* IE and Edge */
|
|
scrollbar-width: none; /* Firefox */
|
|
}
|