aboutsummaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorAlberto Bertogli <albertito@blitiri.com.ar>2021-05-15 01:58:11 +0200
committerAlberto Bertogli <albertito@blitiri.com.ar>2021-05-15 01:58:11 +0200
commitbc1ee87dfeece93c92bf14f5af1008278fe05e46 (patch)
treedd52184ebca34a61d5fa394aec1aaf6d6ff92743 /static
parent0d61bbf7f525311d93e4f612334ec38f55c3318d (diff)
downloadgit-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.css2
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 {