Skip to content

Simple book fix (Beta.SankakuComplex) by K14Mua

Details

AuthorK14Mua

LicenseNo License

Categoryhttps://beta.sankakucomplex.com/books/

Created

Updated

Size712 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

My first attempt to fix books

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           Simple book fix (Beta.SankakuComplex)
@namespace      github.com/openstyles/stylus
@version        0.1.0
@description    My first attempt to fix books
@author         K14M
==/UserStyle== */

@-moz-document url-prefix(https://beta.sankakucomplex.com/books/) {
    
    #book-series-root > div > div > div {
        max-width: 90%;
    }
    
    #book-series-root > div > div > div > div > div > div > div {
        margin-left: auto;
        margin-right: auto;
    }
    
    
    #book-series-root > div > div > div > div > div > div > div > div > span > img
    {
        /*width: auto;*/
        max-width: 100vw;
        height: auto;
    }
    
}

Reviews

No reviews yet.