ctucx.git: stagit

ctucx' stagit fork

commit 73899eba11a0e430cebd5b9a654c32f327eaceea
parent 32203d94a5b88ff2c522ce773c54d1648f2ac982
Author: Leah (ctucx) <git@ctu.cx>
Date: Mon, 7 Aug 2023 19:31:01 +0200

style.css: more padding for `pre`-elements
1 file changed, 2 insertions(+), 1 deletion(-)
M
style.css
|
3
++-
diff --git a/style.css b/style.css
@@ -226,6 +226,7 @@ table.files > tbody > tr > td:nth-of-type(1) {
 }
 
 .event pre {
+	padding: .25rem;
     padding-left: 0;
     padding-right: 0;
     background: inherit;

@@ -259,7 +260,7 @@ pre {
 	color: var(--pre-color);
 	overflow: auto;
 	margin: 0;
-	padding: .25rem;
+	padding: .75rem;
 	font-size: 85%;
 }