diff options
author | default <nobody@localhost> | 2024-02-22 13:27:03 +0100 |
---|---|---|
committer | default <nobody@localhost> | 2024-02-22 13:27:03 +0100 |
commit | 1061414775f26324b2aeb76577ef1fffa1e223d3 (patch) | |
tree | 39f80e890dd2b7385c52c22ee447ab47c129bb61 /utils.c | |
parent | 14eac63ab5450c0fa5fdc4b59c0c2854f27995a9 (diff) |
Also apply 1em patch to utils.c.
Diffstat (limited to 'utils.c')
-rw-r--r-- | utils.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" |