snac2

Fork of https://codeberg.org/grunfink/snac2
git clone https://git.inz.fi/snac2
Log | Files | Refs | README | LICENSE

commit 26c2f46df9142fbe1cf426ba39969a3c6b308d83
parent e6ef328e5a453c388a5409e8c4a405fbf8903dd1
Author: Yonle <yonle@lecturify.net>
Date:   Tue, 20 Feb 2024 20:38:40 +0700

front: style.css: reduce children post left padding

Signed-off-by: Yonle <yonle@lecturify.net>

Diffstat:
Mdoc/style.css | 2+-
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 }