Skip to content

wasd.tv Theater mode by timsonrobl

Screenshot of wasd.tv Theater mode

Details

Authortimsonrobl

LicenseNo License

Categorywasd

Created

Updated

Size780 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

wasd.tv Theater mode

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           wasd.tv Theater mode
@namespace      example.com
@version        1.0.0
@description    wasd.tv Theater mode
@author         Timson
==/UserStyle== */

@-moz-document domain("wasd.tv") {
.nav-sidebar,
.stream-infox,
.header,
.channel__avatar,
.body__top {
    display: none !important;
}

.player-wrapper {
    max-height: none !important;
}

.wrapper {
    padding-left: 0 !important;
    margin-top: 0 !important;
    height: 100% !important;
}

.chat-container {
    width: 230px !important;
}

.player-info__info {
    padding: 5px !important;
}

.body__bottom {
    height: 20px !important;
}

.video-player {
    height: calc(100vh - 34px) !important;
    width: calc(100vw - 235px) !important;
}

}

Reviews

No reviews yet.