From 351afc3b4e8e110872d5d0a741293ee258b3a5ad Mon Sep 17 00:00:00 2001 From: Aaron Taylor Date: Sun, 23 May 2021 17:34:28 -0700 Subject: [PATCH] Images in READMEs will now autoscale to fit inside the corresponding README
. --- static/gitweb.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/static/gitweb.css b/static/gitweb.css index 5b5451b..48cf972 100644 --- a/static/gitweb.css +++ b/static/gitweb.css @@ -404,6 +404,11 @@ th .header { margin: 1em; } +.readme img { + max-width: 100%; + max-height: auto; +} + .projects_list, .tags { width: 95%; -- 2.20.1