Extends the width of the main content on tatoeba.org.
Tatoeba extended width by leifb
Details
Authorleifb
LicenseMIT License
Categorytatoeba
Created
Updated
Size424 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
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);
}
}