Aku mau berbagi css tampilan live chat youtube untuk OBS yang agak unik
Guys coba tampilan ini... keliatan bagus gak? /* === GLOBAL === */ body, html { background: transparent !important; overflow: hidden !important; } /* === SEMBUNYIKAN HEADER & INPUT === */ #header, #input-panel, yt-live-chat-message-input-renderer, yt-live-chat-header-renderer, yt-live-chat-renderer #header { display: none !important; } /* === AREA CHAT UTAMA === */ yt-live-chat-renderer, yt-live-chat-item-list-renderer, #item-scroller, #item-offset, #items { background: transparent !important; } /* === TIAP PESAN === */ yt-live-chat-text-message-renderer { background: rgba(255, 255, 255, 0.055) !important; border: 1px solid rgba(255, 255, 255, 0.10) !important; backdrop-filter: blur(14px) saturate(180%) !important; -webkit-backdrop-filter: blur(14px) saturate(180%) !important; border-radius: 12px !important; margin: 5px 10px !important; padding: 9px 13px !important; transition: background 0.25s ease, border-color 0.25s ease !important...