commit 14eac63ab5450c0fa5fdc4b59c0c2854f27995a9
parent 2b831f8f9c8038e670c740eeafdfce31eb09b5d7
Author: grunfink <grunfink@noreply.codeberg.org>
Date: Thu, 22 Feb 2024 12:26:01 +0000
Merge pull request 'front: style.css: reduce children post left padding' (#129) from Yonle/snac2:master into master
Reviewed-on: https://codeberg.org/grunfink/snac2/pulls/129
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/doc/style.css b/doc/style.css
@@ -12,7 +12,7 @@ pre { overflow-x: scroll; }
.snac-pubdate { color: #a0a0a0; font-size: 90% }
.snac-top-controls { padding-bottom: 1.5em }
.snac-post { border-top: 1px solid #a0a0a0; }
-.snac-children { padding-left: 2em; border-left: 1px solid #a0a0a0; }
+.snac-children { padding-left: 1em; border-left: 1px solid #a0a0a0; }
.snac-textarea { font-family: inherit; width: 100% }
.snac-history { border: 1px solid #606060; border-radius: 3px; margin: 2.5em 0; padding: 0 2em }
.snac-btn-mute { float: right; margin-left: 0.5em }