Skip to content

Tatoeba extended width by leifb

Details

Authorleifb

LicenseMIT License

Categorytatoeba

Created

Updated

Code size424 B

Code checksum62cb8af0

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Extends the width of the main content on tatoeba.org.

Notes

You can change the width using a slider.

Source code

/* ==UserStyle==
@name           Tatoeba extended width
@namespace      github.com/openstyles/stylus
@version        1.0.0
@description    Extends the width of the main content on tatoeba.org. 
@author         leifb
@preprocessor default
@var range width "Content width" [1300, 500, 3000, 1, 'px']
==/UserStyle== */

@-moz-document domain("tatoeba.org") {
    #content > .container {
        max-width: var(--width);
    }
}

Reviews

No reviews yet.