Fix tp-yt-paper-tooltip.yt-live-chat-text-message-renderer

It is to fix tp-yt-paper-tooltip.yt-live-chat-text-message-renderer

目前為 2023-08-12 提交的版本,檢視 最新版本

/* ==UserStyle==
@name           Fix tp-yt-paper-tooltip.yt-live-chat-text-message-renderer
@namespace      github.com/openstyles/stylus
@version        1.0.0
@description    It is to fix tp-yt-paper-tooltip.yt-live-chat-text-message-renderer
@author         CY Fung
@license MIT
==/UserStyle== */

@-moz-document url-prefix("https://www.youtube.com/live_chat") {
    /* Insert code here... */
    tp-yt-paper-tooltip.style-scope.yt-live-chat-text-message-renderer{
        
        border-radius: 4px !important;
    margin: 8px !important;
        text-transform: none !important;
        word-break: normal !important;
        font-family: "Roboto","Arial",sans-serif;
        font-size: 1.2rem;
        line-height: 1.8rem;
        font-weight: 400;
                background-color: var(--paper-tooltip-background, #616161);
        color: var(--paper-tooltip-text-color, white);
        padding: 8px !important;
            -webkit-font-smoothing: antialiased;
            outline: none;
        
        
        opacity: 0.8;
       transform:translate(30px, -10px);
        
    }
    
    #item-offset *[class]{
        contain:none !important;
    }
    
}
长期地址
遇到问题?请前往 GitHub 提 Issues。