From 096e88b3ad3dc4bd819b6954346499fecb91162f Mon Sep 17 00:00:00 2001 From: emily Date: Thu, 14 Nov 2024 11:00:02 +0100 Subject: [PATCH] Thank you domi --- config/services/akkoma/default.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/config/services/akkoma/default.nix b/config/services/akkoma/default.nix index ff1a6f4..2c2b93b 100644 --- a/config/services/akkoma/default.nix +++ b/config/services/akkoma/default.nix @@ -27,7 +27,9 @@ extraStatic."static/themes/elly-mod.json" = pkgs.writeText "elly-mod.json" (builtins.readFile ./elly-mod.json); extraStatic."static/custom.css" = pkgs.writeText "custom.css" '' - .tos-content img { max-width: 100%; } + .tos-content img, .terms-of-service img { + max-width: 100%; + } ''; extraStatic."static/terms-of-service.html" = inputs.florp-about.packages.${pkgs.system}.default;