snac2

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

commit 1061414775f26324b2aeb76577ef1fffa1e223d3
parent 14eac63ab5450c0fa5fdc4b59c0c2854f27995a9
Author: default <nobody@localhost>
Date:   Thu, 22 Feb 2024 13:27:03 +0100

Also apply 1em patch to utils.c.

Diffstat:
Mutils.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/utils.c b/utils.c @@ -51,7 +51,7 @@ static const char *default_css = ".snac-pubdate { color: #a0a0a0; font-size: 90% }\n" ".snac-top-controls { padding-bottom: 1.5em }\n" ".snac-post { border-top: 1px solid #a0a0a0; }\n" - ".snac-children { padding-left: 2em; border-left: 1px solid #a0a0a0; }\n" + ".snac-children { padding-left: 1em; border-left: 1px solid #a0a0a0; }\n" ".snac-textarea { font-family: inherit; width: 100% }\n" ".snac-history { border: 1px solid #606060; border-radius: 3px; margin: 2.5em 0; padding: 0 2em }\n" ".snac-btn-mute { float: right; margin-left: 0.5em }\n"