akkoma: Limit banner image width #3

Merged
emily merged 2 commits from mikael/nixfiles-emily:main into main 2024-11-09 22:50:09 +01:00
Showing only changes of commit f54c23493f - Show all commits

View file

@ -24,7 +24,7 @@
}
));
extraStatic."static/themes/elly-mod.json" = pkgs.writeText "elly-mod.json" (builtins.readFile ./elly-mod.json);
extraStatic."static/themes/elly-mod.json" = ./elly-mod.json;
extraStatic."static/custom.css" = pkgs.writeText "custom.css" ''
.tos-content img { max-width: 100%; }