things??????? wikipedia math and bullet points

This commit is contained in:
Alex Janka 2021-09-08 18:25:30 +10:00
parent e648b505f4
commit cb6531eb69
3 changed files with 43 additions and 1 deletions

View file

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

View file

@ -141,6 +141,9 @@
display: none; display: none;
} }
/* make annoying useless things invisible by default */
.mw-portlet-personal:hover, .mw-portlet-personal:hover,
.mw-portlet-interaction:hover, .mw-portlet-interaction:hover,
.mw-portlet-tb:hover, .mw-portlet-tb:hover,
@ -161,6 +164,9 @@
transition: opacity 0.2s; transition: opacity 0.2s;
} }
/* page max width */
@media (min-width: 145em) { @media (min-width: 145em) {
.mw-body { .mw-body {
border-right-width: 1px; border-right-width: 1px;
@ -175,3 +181,35 @@
max-width: 144.1em; max-width: 144.1em;
left: 0em; left: 0em;
} }
.mwe-math-mathml-a11y {
clip: rect(1px, 1px, 1px, 1px);
overflow: hidden;
position: absolute;
width: 1px;
height: 1px;
opacity: 0;
}
/* math */
.mwe-math-mathml-a11y {
clip: inherit;
overflow: inherit;
position: inherit;
width: inherit;
height: inherit;
opacity: inherit;
}
.mwe-math-fallback-image-inline {
display: none;
}
/* bullet */
ul {
list-style-image: inherit;
}

View file

@ -56,6 +56,10 @@
{ {
"version": "1.10", "version": "1.10",
"update_link": "https://github.com/italicsjenga/injections/releases/download/1.10/injections-1.10.xpi" "update_link": "https://github.com/italicsjenga/injections/releases/download/1.10/injections-1.10.xpi"
},
{
"version": "1.11",
"update_link": "https://github.com/italicsjenga/injections/releases/download/1.11/injections-1.11.xpi"
} }
] ]
} }