From 129d3f677d1eba72eced78cd21cdaa9485a7a928 Mon Sep 17 00:00:00 2001 From: stuebinm Date: Thu, 28 Mar 2024 21:32:42 +0100 Subject: flora: schildichat-web → element-web since schildichat-web has essentially been unmaintained for a while now, i guess i don't really have any choice here. I've tried to at least hack a little css into my element so it won't bother me too much (mostly making UI elements smaller & changing some colours). However, it turns out they do UI calculations in javascript which just make hard assumptions over values set in the css, and so far I've not succeeded in fixing these. Das ist doch wirklich alles Unsinn in diesem Ökosystem … --- flora/services/element.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'flora') diff --git a/flora/services/element.nix b/flora/services/element.nix index 66c6c4c..d0621fa 100644 --- a/flora/services/element.nix +++ b/flora/services/element.nix @@ -10,7 +10,7 @@ in "chat.stuebinm.eu" ]; - root = pkgs.schildichat-web.override { + root = pkgs.element-web.override { conf = { default_server_config = null; default_server_name = "raccoon.college"; -- cgit v1.2.3