Skip to content

Odysee Big Theather by zoranravic

Details

Authorzoranravic

LicenseNo License

Categoryodysee.com

Created

Updated

Size529 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Big Theather mode for Odysee.com

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           Odysee  Big Theather
@namespace      github.com/openstyles/stylus
@version        1.0.0
@description    Big Theather mode for Odysee.com
@author         Zoran Ravic
==/UserStyle== */

@-moz-document domain("odysee.com") {
    :root {
        --desktop-portrait-player-max-height: calc(100vh - 60px) !important;
    }
    .content__viewer--theater-mode {
        height: calc(100vh - 60px) !important;
    }
    .file-page__video-container {
        height: calc(100vh - 60px) !important;
    }
}

Reviews

No reviews yet.