Thank you domi
This commit is contained in:
parent
19d07a5e45
commit
096e88b3ad
1 changed files with 3 additions and 1 deletions
|
@ -27,7 +27,9 @@
|
||||||
extraStatic."static/themes/elly-mod.json" = pkgs.writeText "elly-mod.json" (builtins.readFile ./elly-mod.json);
|
extraStatic."static/themes/elly-mod.json" = pkgs.writeText "elly-mod.json" (builtins.readFile ./elly-mod.json);
|
||||||
|
|
||||||
extraStatic."static/custom.css" = pkgs.writeText "custom.css" ''
|
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;
|
extraStatic."static/terms-of-service.html" = inputs.florp-about.packages.${pkgs.system}.default;
|
||||||
|
|
Loading…
Reference in a new issue