Skip to content

coursera big video container by sunzhongshan1988

Screenshot of coursera big video container

Details

Authorsunzhongshan1988

LicenseNo License

Categoryuserstyles

Created

Updated

Size694 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Video container is getting big when browsing text.

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         coursera big video container
@version      20220420.11.16
@namespace    userstyles.world/user/sunzhongshan1988
@description  Video container is getting big when browsing text.
@author       sunzhongshan1988
@license      No License
==/UserStyle== */
@-moz-document url-prefix("https://www.coursera.org/learn/") {
    .rc-VideoMiniPlayer.mini .rc-VideoMiniControls,
    .rc-VideoMiniPlayer.mini .video-main-player-container {
        right: 10px;
        bottom: auto;
        padding: 0;
        position: fixed;
        width: 640px !important;
    }
    .css-1fkgl1r .ItemPageLayout_scoped_max_width {
        max-width: 100vw;
        margin: 0px auto;
    }
}

Reviews

No reviews yet.