diff options
| author | 2024-02-22 12:26:01 +0000 | |
|---|---|---|
| committer | 2024-02-22 12:26:01 +0000 | |
| commit | 14eac63ab5450c0fa5fdc4b59c0c2854f27995a9 (patch) | |
| tree | 2e66ffb4ded22b9ed217152e8c291d2e0c408f65 | |
| parent | Updated TODO. (diff) | |
| parent | front: style.css: reduce children post left padding (diff) | |
| download | snac2-14eac63ab5450c0fa5fdc4b59c0c2854f27995a9.tar.gz snac2-14eac63ab5450c0fa5fdc4b59c0c2854f27995a9.tar.xz snac2-14eac63ab5450c0fa5fdc4b59c0c2854f27995a9.zip | |
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
| -rw-r--r-- | doc/style.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/style.css b/doc/style.css index cc6fb46..b1f2163 100644 --- a/doc/style.css +++ b/doc/style.css | |||
| @@ -12,7 +12,7 @@ pre { overflow-x: scroll; } | |||
| 12 | .snac-pubdate { color: #a0a0a0; font-size: 90% } | 12 | .snac-pubdate { color: #a0a0a0; font-size: 90% } |
| 13 | .snac-top-controls { padding-bottom: 1.5em } | 13 | .snac-top-controls { padding-bottom: 1.5em } |
| 14 | .snac-post { border-top: 1px solid #a0a0a0; } | 14 | .snac-post { border-top: 1px solid #a0a0a0; } |
| 15 | .snac-children { padding-left: 2em; border-left: 1px solid #a0a0a0; } | 15 | .snac-children { padding-left: 1em; border-left: 1px solid #a0a0a0; } |
| 16 | .snac-textarea { font-family: inherit; width: 100% } | 16 | .snac-textarea { font-family: inherit; width: 100% } |
| 17 | .snac-history { border: 1px solid #606060; border-radius: 3px; margin: 2.5em 0; padding: 0 2em } | 17 | .snac-history { border: 1px solid #606060; border-radius: 3px; margin: 2.5em 0; padding: 0 2em } |
| 18 | .snac-btn-mute { float: right; margin-left: 0.5em } | 18 | .snac-btn-mute { float: right; margin-left: 0.5em } |