diff options
| author | 2025-03-19 17:09:13 +0100 | |
|---|---|---|
| committer | 2025-03-19 17:09:13 +0100 | |
| commit | 6a2ea42314e4c2adbe87c8c77b276b74da0dfe64 (patch) | |
| tree | 5c9154283aaee205d8861afb6f480de125fa763f /utils.c | |
| parent | Hide the first child container if it's empty. (diff) | |
| download | penes-snac2-6a2ea42314e4c2adbe87c8c77b276b74da0dfe64.tar.gz penes-snac2-6a2ea42314e4c2adbe87c8c77b276b74da0dfe64.tar.xz penes-snac2-6a2ea42314e4c2adbe87c8c77b276b74da0dfe64.zip | |
Added a default style to the 'snac-thread-cont' class.
Diffstat (limited to 'utils.c')
| -rw-r--r-- | utils.c | 1 |
1 files changed, 1 insertions, 0 deletions
| @@ -59,6 +59,7 @@ static const char *default_css = | |||
| 59 | ".snac-top-controls { padding-bottom: 1.5em }\n" | 59 | ".snac-top-controls { padding-bottom: 1.5em }\n" |
| 60 | ".snac-post { border-top: 1px solid #a0a0a0; padding-top: 0.5em; padding-bottom: 0.5em; }\n" | 60 | ".snac-post { border-top: 1px solid #a0a0a0; padding-top: 0.5em; padding-bottom: 0.5em; }\n" |
| 61 | ".snac-children { padding-left: 1em; border-left: 1px solid #a0a0a0; }\n" | 61 | ".snac-children { padding-left: 1em; border-left: 1px solid #a0a0a0; }\n" |
| 62 | ".snac-thread-cont { border-top: 1px dashed #a0a0a0; }\n" | ||
| 62 | ".snac-textarea { font-family: inherit; width: 100% }\n" | 63 | ".snac-textarea { font-family: inherit; width: 100% }\n" |
| 63 | ".snac-history { border: 1px solid #606060; border-radius: 3px; margin: 2.5em 0; padding: 0 2em }\n" | 64 | ".snac-history { border: 1px solid #606060; border-radius: 3px; margin: 2.5em 0; padding: 0 2em }\n" |
| 64 | ".snac-btn-mute { float: right; margin-left: 0.5em }\n" | 65 | ".snac-btn-mute { float: right; margin-left: 0.5em }\n" |