diff options
author | Alberto Bertogli <albertito@blitiri.com.ar> | 2021-05-15 01:58:11 +0200 |
---|---|---|
committer | Alberto Bertogli <albertito@blitiri.com.ar> | 2021-05-15 01:58:11 +0200 |
commit | bc1ee87dfeece93c92bf14f5af1008278fe05e46 (patch) | |
tree | dd52184ebca34a61d5fa394aec1aaf6d6ff92743 /static | |
parent | 0d61bbf7f525311d93e4f612334ec38f55c3318d (diff) | |
download | git-arr-fork-bc1ee87dfeece93c92bf14f5af1008278fe05e46.zip |
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.
Diffstat (limited to 'static')
-rw-r--r-- | static/git-arr.css | 2 |
1 files changed, 1 insertions, 1 deletions
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 { |