Skip to content

Floatplane wide videos by GRMrGecko

Details

AuthorGRMrGecko

Licensemit

Categoryfloatplane.com

Created

Updated

Size896 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Makes side bar smaller and videos wider.

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           Floatplane wide videos
@namespace      USO Archive
@author         James Coleman
@description    `Make the videos on Floatplane full-width!`
@version        20230523
@license        mit
@preprocessor   uso
==/UserStyle== */
@-moz-document domain("floatplane.com") {
    .PostPagePlayerSection {
        max-height: 100vh;
    }
    .player-wrapper .player-container {
        max-width: none;
    }
    .sidebar {
        width: 90px;
    }
    #page-wrapper {
        padding-left: 90px;
    }
    .lnav-link-item .item-label {
        display: none;
    }
    .LeftBarHeader .logo-full {
        display: none;
    }
    #page-wrapper.break-1 .LeftBarHeader .logo-full,
    #page-wrapper.break-2 .LeftBarHeader .logo-icon {
        display: block;
    }
    .nav-subscription-item .channel-name {
        width: 0;
        color: transparent !important;
    }
}

Reviews

No reviews yet.