Просто широкий плеер для Animelib'а.
AnimeLib Simple Wide Player by t0r4ok
Details
Authort0r4ok
LicenseNo License
Categoryanimelib.me
Created
Updated
Size717 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name AnimeLib Simple Wide Player
@version 20230724.07.43
@namespace userstyles.world/user/t0r4ok
@description Просто широкий плеер для Animelib'а.
@author t0r4ok
@license No License
==/UserStyle== */
@-moz-document domain("anilib.me") {
div#all_players {
flex-direction: column;
align-items: center;
text-align: center;
}
.player-frame {
max-height: 750px !important;
height: 750px;
margin-bottom: 10px;
}
div.collapse__body {
width: 50% !important;
}
div.reader-review-team {
display: flex;
flex-direction: row;
justify-content: center;
text-align: center;
margin: auto;
width: 50% !important;
}
}