akkoma: Limit banner image width #3
1 changed files with 5 additions and 1 deletions
|
@ -24,7 +24,11 @@
|
||||||
}
|
}
|
||||||
));
|
));
|
||||||
|
|
||||||
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%; }
|
||||||
|
'';
|
||||||
|
|
||||||
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;
|
||||||
extraStatic."images/sylvia-ritter-15012323.avif" = inputs.florp-branding.packages.${pkgs.system}.wallpaper;
|
extraStatic."images/sylvia-ritter-15012323.avif" = inputs.florp-branding.packages.${pkgs.system}.wallpaper;
|
||||||
|
|
Loading…
Reference in a new issue