Small changes to the MangaSee interface, dark theme not included
- the minimum width for images is set to 90vh
- comments are removed
...
Authorakeryuuth
LicenseNo License
Categorymangasee123
Created
Updated
Size729 B
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Small changes to the MangaSee interface, dark theme not included
/* ==UserStyle==
@name mangasee123
@namespace github.com/openstyles/stylus
@version 1.0.1
@description small UX improvements
@author akeryuuth
==/UserStyle== */
@-moz-document domain("mangasee123.com") {
div.top-20.bottom-5.CommentArea
{
display: none;
}
body
{
background: transparent;
}
div#Footer
{
display: none;
}
div.row.top-15.ng-scope > div.col-lg-5
{
display: none;
}
div.row.top-15.ng-scope > div.col-lg-7
{
max-width: none;
flex: 1 1
}
.ImageGallery .NoGap
{
min-width: 90vh;
}
div.col-lg-8
{
max-width: none;
flex: 1
}
div.container.MainContainer > div.row > div.col-lg-4
{
display: none;
}
}