mirror of
https://github.com/FrankerFaceZ/FrankerFaceZ.git
synced 2025-08-04 11:44:00 +00:00
4.17.4
* Fixed: Bug with new @media badges for Firefox causing certain globally available Twitch badges to become invisible.
This commit is contained in:
parent
5f8ebc9085
commit
5f27045b9f
2 changed files with 3 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"name": "frankerfacez",
|
"name": "frankerfacez",
|
||||||
"author": "Dan Salvato LLC",
|
"author": "Dan Salvato LLC",
|
||||||
"version": "4.17.3",
|
"version": "4.17.4",
|
||||||
"description": "FrankerFaceZ is a Twitch enhancement suite.",
|
"description": "FrankerFaceZ is a Twitch enhancement suite.",
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|
|
@ -839,10 +839,10 @@ export default class Badges extends Module {
|
||||||
|
|
||||||
if ( use_media ) {
|
if ( use_media ) {
|
||||||
out.push(`@media (min-resolution: 100dpi) and (max-resolution:199dpi) { ${selector} {
|
out.push(`@media (min-resolution: 100dpi) and (max-resolution:199dpi) { ${selector} {
|
||||||
background-image: url("${data.image2x});
|
background-image: url("${data.image2x}");
|
||||||
}}`);
|
}}`);
|
||||||
out.push(`@media (min-resolution: 200dpi) { ${selector} {
|
out.push(`@media (min-resolution: 200dpi) { ${selector} {
|
||||||
background-image: url("${data.image4x});
|
background-image: url("${data.image4x}");
|
||||||
}}`);
|
}}`);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue