Fix filters

This commit is contained in:
lostinlight 2023-10-04 23:29:11 +03:00
parent 45c6e88e3a
commit 3f4cf0293f
2 changed files with 6 additions and 4 deletions

View File

@ -368,7 +368,7 @@
"site": "",
"logo": "",
"servers": "https://hometown.fediverse.observer/list",
"description": "A fork of Mastodon that provides local posting and a wider range of content types.",
"description": "A fork of Mastodon that provides local posting and a wider range of content typeS.",
"codeLanguage": "Ruby",
"techStack": "React, SASS, Node.js",
"license": "AGPL-3.0",
@ -1287,7 +1287,7 @@
"logo": "",
"servers": "",
"description": "ActivityPub compliant, Mastodon-compatible transit alerts generated from GTFS-realtime Service Alerts",
"codeLanguage": "Typescript",
"codeLanguage": "TypeScript",
"techStack": "",
"license": "Unknown",
"FediAccount": "",
@ -1304,7 +1304,7 @@
"site": "https://docs.vocata.one",
"logo": "/img/misc/vocata.png",
"servers": "",
"description": "Vocabulary-agnostic ActivityPub server. Vocata does not limit what types of content can be handled by it, and how it is presented to users.",
"description": "Vocabulary-agnostic ActivityPub server. Vocata does not limit what typeS of content can be handled by it, and how it is presented to users.",
"codeLanguage": "Python",
"techStack": "",
"license": "LGPL-3.0",

View File

@ -297,7 +297,9 @@
#lgpl3:checked ~ .misc__grid .card:not(.lgpl3),
#gpl2:checked ~ .misc__grid .card:not(.gpl2),
#ppl3:checked ~ .misc__grid .card:not(.ppl3),
#blueoak:checked ~ .misc__grid .card:not(.blueoak) {
#blueoak:checked ~ .misc__grid .card:not(.blueoak),
#eupl:checked ~ .misc__grid .card:not(.eupl),
#apache2\/mit:checked ~ .misc__grid .card:not(.apache2\/mit) {
display: none;
}