From bc1ee87dfeece93c92bf14f5af1008278fe05e46 Mon Sep 17 00:00:00 2001 From: Alberto Bertogli Date: Sat, 15 May 2021 00:58:11 +0100 Subject: [PATCH] css: Reduce commit-message left padding The commit message has a very large left and right padding, but doesn't improve readability and might make the commit message more difficult to read on smaller screens. This patch shortens the padding. --- static/git-arr.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/git-arr.css b/static/git-arr.css index 7c035fc..2e4dcf8 100644 --- a/static/git-arr.css +++ b/static/git-arr.css @@ -151,7 +151,7 @@ div.toggable-title { /* Commit message and diff. */ pre.commit-message { font-size: large; - padding: 0.2em 2em; + padding: 0.2em 0.5em; } pre.diff-body {