Skip to content

Animego Wide Player by vulperion

Screenshot of Animego Wide Player

Details

Authorvulperion

LicenseCC BY-SA - Creative Commons Attribution-ShareAlike

CategoryAnimego

Created

Updated

Size915 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Широкий плеер для AnimeGo.org и фикс скроллбара

Notes

После применения стиля необходимо обновить страницу

Source code

/* ==UserStyle==
@name         Animego Wide Player
@version      20220408.06.26
@namespace    userstyles.world/user/vulperion
@description  Широкий плеер для AnimeGo.org и фикс скроллбара
@author       vulperion
@license      No License
==/UserStyle== */

@-moz-document domain("animego.org") {
div.video-player-bg {
    flex-direction: column;
    align-items: center;
}

div.video-player-main {
    max-width: 100%;
}

div.video-player-border-left {
    flex: 0;
    max-width: 50%;
}

div.video-player-side {
    text-align: center;
}

div.video-player-toggle{
    overflow: auto;
    height: 150px;
}

div.px-4{
    padding-left: 1rem!important;
    padding-right: 1rem!important;
}

::-webkit-scrollbar{
    width: 5px;
    height: 10px;
    background-color: #8c8c8c;
    border-radius: 1em;
}
::-webkit-scrollbar-thumb{
    background-color: #434343;
    border-radius: 1em;
}
}

Reviews

No reviews yet.