Skip to content

Twitch.tv - Chat on Left sidebar by vvekshakya

Details

Authorvvekshakya

LicenseNo License

Categorytwitch

Created

Updated

Size817 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Shows the twitch chat sidebar on left

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           twitch.tv - Feb 2024
@namespace      github.com/openstyles/stylus
@version        1.0.0
@description    A new userstyle
@author         Me
==/UserStyle== */

@-moz-document domain("twitch.tv") {
    /* Insert code here... */
    
    
    #root > div > div > div > main { /* Video section */
        order: 5;
    }
    
    #root > div > div > div > main .persistent-player {
      left: 34rem !important;
    }
    
    #root > div > div > div > main .channel-root--watch .channel-root__player {
      left: 34rem;
    }
    
    #root > div > div > div > main .channel-info-content {
      left: 34rem;
      position: relative;
    }
    
    #root > div > div > div > div:nth-child(3) .channel-root__right-column--expanded {
      z-index: 5;
      left: 34rem;
    }
    
    
}

Reviews

No reviews yet.