mirror of
https://codeberg.org/fediverse/fediparty.git
synced 2025-03-14 19:53:49 +00:00
Add CSS for new language filter
This commit is contained in:
parent
5c59ac43b2
commit
8d8791ee93
2 changed files with 20 additions and 19 deletions
|
@ -1405,6 +1405,24 @@
|
||||||
"OStatusClass": false,
|
"OStatusClass": false,
|
||||||
"categories": ["Extention"]
|
"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*",
|
"title": "diaspora*",
|
||||||
"source": "https://github.com/diaspora/diaspora",
|
"source": "https://github.com/diaspora/diaspora",
|
||||||
|
@ -1602,24 +1620,6 @@
|
||||||
"diasporaClass": false,
|
"diasporaClass": false,
|
||||||
"OStatusClass": false,
|
"OStatusClass": false,
|
||||||
"categories": ["Blog-Pub"]
|
"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),
|
#haskell:checked ~ .misc__grid .card:not(.haskell),
|
||||||
#guile:checked ~ .misc__grid .card:not(.guile),
|
#guile:checked ~ .misc__grid .card:not(.guile),
|
||||||
#racket:checked ~ .misc__grid .card:not(.racket),
|
#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;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue