wikipedia max width

This commit is contained in:
Alex Janka 2021-09-02 13:01:41 +10:00
parent 98fd89eff9
commit c3fc24e41d
3 changed files with 20 additions and 1 deletions

View file

@ -1,7 +1,7 @@
{
"manifest_version": 2,
"name": "injections",
"version": "1.8",
"version": "1.9",
"description": "misc CSS injections.",
"icons": {
"48": "icons/icon48.png",

View file

@ -155,4 +155,19 @@
.mw-portlet-coll-print_export,
.mw-portlet-lang {
opacity: 0;
}
@media (min-width: 145em) {
.mw-body {
border-right-width: 1px;
}
}
.mw-body {
max-width: 130em;
}
#mw-head {
max-width: 144.1em;
left: 0em;
}

View file

@ -48,6 +48,10 @@
{
"version": "1.8",
"update_link": "https://github.com/italicsjenga/injections/releases/download/1.8/injections-1.8.xpi"
},
{
"version": "1.9",
"update_link": "https://github.com/italicsjenga/injections/releases/download/1.9/injections-1.9.xpi"
}
]
}