Skip to content

Old Twitch.tv Player Page UI by justpierre

Details

Authorjustpierre

LicenseNo License

Categorytwitch.tv

Created

Updated

Size803 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Moving the title back under the player.

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         Old Twitch.tv Player Page UI
@version      20241213.17.38
@namespace    https://userstyles.world/user/pierre
@description  Moving the title back under the player.
@author       pierre
@license      No License
==/UserStyle== */

@-moz-document domain("twitch.tv") {
    .channel-root__upper-watch {
        top: calc(-18rem + 100vh);
        z-index: 50;
        padding: 10px;
    }
    .dcyYPL {
        top: 0;
        width: 100%;
    }
/*     .persistent-player {
        top: 0 !important;
    } */
    .Layout-sc-1xcs6mc-0.dcyYPL .channel-root__player {
        top:0;
    }
    .right-column--collapsed .right-column__toggle-visibility {
        left: -4rem !important;
        top: 1rem !important; 
    }

/* Please fire whoever made these change, thank you */

}

Reviews

No reviews yet.