diff options
| author | 2024-02-22 13:27:03 +0100 | |
|---|---|---|
| committer | 2024-02-22 13:27:03 +0100 | |
| commit | 1061414775f26324b2aeb76577ef1fffa1e223d3 (patch) | |
| tree | 39f80e890dd2b7385c52c22ee447ab47c129bb61 /utils.c | |
| parent | Merge pull request 'front: style.css: reduce children post left padding' (#12... (diff) | |
| download | snac2-1061414775f26324b2aeb76577ef1fffa1e223d3.tar.gz snac2-1061414775f26324b2aeb76577ef1fffa1e223d3.tar.xz snac2-1061414775f26324b2aeb76577ef1fffa1e223d3.zip | |
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 = | |||
| 51 | ".snac-pubdate { color: #a0a0a0; font-size: 90% }\n" | 51 | ".snac-pubdate { color: #a0a0a0; font-size: 90% }\n" |
| 52 | ".snac-top-controls { padding-bottom: 1.5em }\n" | 52 | ".snac-top-controls { padding-bottom: 1.5em }\n" |
| 53 | ".snac-post { border-top: 1px solid #a0a0a0; }\n" | 53 | ".snac-post { border-top: 1px solid #a0a0a0; }\n" |
| 54 | ".snac-children { padding-left: 2em; border-left: 1px solid #a0a0a0; }\n" | 54 | ".snac-children { padding-left: 1em; border-left: 1px solid #a0a0a0; }\n" |
| 55 | ".snac-textarea { font-family: inherit; width: 100% }\n" | 55 | ".snac-textarea { font-family: inherit; width: 100% }\n" |
| 56 | ".snac-history { border: 1px solid #606060; border-radius: 3px; margin: 2.5em 0; padding: 0 2em }\n" | 56 | ".snac-history { border: 1px solid #606060; border-radius: 3px; margin: 2.5em 0; padding: 0 2em }\n" |
| 57 | ".snac-btn-mute { float: right; margin-left: 0.5em }\n" | 57 | ".snac-btn-mute { float: right; margin-left: 0.5em }\n" |