Skip to content

FMovies Player Fit by reezavt

Details

Authorreezavt

LicenseNo License

Categoryfmovies

Created

Updated

Code size624 B

Code checksumb42f52b3

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Changes the player to fit to the screen height.

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           FMovies Player Fit
@namespace      github.com/reezavt
@version        1.0.0
@description    Changes the player to fit to the screen height.
@author         ReezaVT
@preprocessor   stylus
==/UserStyle== */

@-moz-document domain("fmovies.to"), domain("fmovies.wtf"), domain("fmovies.taxi"), domain("fmovies.pub"), domain("fmovies.cafe"), domain("fmovies.world"), domain("fmovies.coffee") {
    /* Player */
    #watch #player {
        --header-height: header-height;
        max-height: calc(100vh - 88px - 45px);
    }
    .play .container,
    #watch #player {
        width: 100%;
    }
}

Reviews

No reviews yet.