From 316a3ee488d3e0a2ae9b5cddf29fd298efe90450 Mon Sep 17 00:00:00 2001 From: Jason McBrayer Date: Mon, 13 Nov 2023 12:25:09 -0500 Subject: [PATCH] Also fix size of images in cards for non-css --- brutaldon/templates/main/toot_partial.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/brutaldon/templates/main/toot_partial.html b/brutaldon/templates/main/toot_partial.html index e7a52da..42dda66 100644 --- a/brutaldon/templates/main/toot_partial.html +++ b/brutaldon/templates/main/toot_partial.html @@ -75,7 +75,7 @@ {{ toot.card.title }} + class="is-max-128" width="128" height="128"> {% endif %}