mirror of
https://github.com/italicsjenga/injections.git
synced 2024-11-22 16:41:32 +11:00
wikipedia max width
This commit is contained in:
parent
98fd89eff9
commit
c3fc24e41d
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"manifest_version": 2,
|
||||
"name": "injections",
|
||||
"version": "1.8",
|
||||
"version": "1.9",
|
||||
"description": "misc CSS injections.",
|
||||
"icons": {
|
||||
"48": "icons/icon48.png",
|
||||
|
|
|
@ -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;
|
||||
}
|
|
@ -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"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue