mirror of
https://codeberg.org/fediverse/fediparty.git
synced 2025-01-24 09:46:46 +00:00
Add CSS for new language filter
This commit is contained in:
parent
5c59ac43b2
commit
8d8791ee93
|
@ -1405,6 +1405,24 @@
|
|||
"OStatusClass": false,
|
||||
"categories": ["Extention"]
|
||||
},
|
||||
{
|
||||
"title": "bopwiki",
|
||||
"source": "https://codeberg.org/Valenoern/bopwiki",
|
||||
"protocols": "ActivityPub",
|
||||
"site": "",
|
||||
"logo": "",
|
||||
"servers": "",
|
||||
"description": "A simple 'microwiki' implementation, fairly similar to a Zettelkasten system.",
|
||||
"codeLanguage": "Lisp",
|
||||
"techStack": "",
|
||||
"license": "GPL-3.0",
|
||||
"FediAccount": "@Valenoern@floss.social",
|
||||
"apClass": true,
|
||||
"zotClass": false,
|
||||
"diasporaClass": false,
|
||||
"OStatusClass": false,
|
||||
"categories": ["Other"]
|
||||
},
|
||||
{
|
||||
"title": "diaspora*",
|
||||
"source": "https://github.com/diaspora/diaspora",
|
||||
|
@ -1602,24 +1620,6 @@
|
|||
"diasporaClass": false,
|
||||
"OStatusClass": false,
|
||||
"categories": ["Blog-Pub"]
|
||||
},
|
||||
{
|
||||
"title": "bopwiki",
|
||||
"source": "https://codeberg.org/Valenoern/bopwiki",
|
||||
"protocols": "ActivityPub",
|
||||
"site": "",
|
||||
"logo": "",
|
||||
"servers": "",
|
||||
"description": "A simple 'microwiki' implementation, fairly similar to a Zettelkasten system.",
|
||||
"codeLanguage": "Lisp",
|
||||
"techStack": "",
|
||||
"license": "GPL-3.0",
|
||||
"FediAccount": "@Valenoern@floss.social",
|
||||
"apClass": true,
|
||||
"zotClass": false,
|
||||
"diasporaClass": false,
|
||||
"OStatusClass": false,
|
||||
"categories": ["Other"]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
@ -278,7 +278,8 @@
|
|||
#haskell:checked ~ .misc__grid .card:not(.haskell),
|
||||
#guile:checked ~ .misc__grid .card:not(.guile),
|
||||
#racket:checked ~ .misc__grid .card:not(.racket),
|
||||
#clojure:checked ~ .misc__grid .card:not(.clojure) {
|
||||
#clojure:checked ~ .misc__grid .card:not(.clojure),
|
||||
#lisp:checked ~ .misc__grid .card:not(.lisp) {
|
||||
display: none;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue