diff options
| author | default <nobody@localhost> | 2022-11-04 08:48:15 +0100 |
|---|---|---|
| committer | default <nobody@localhost> | 2022-11-04 08:48:15 +0100 |
| commit | 8b252dab84e45de924fb55ef9a85131769c477bc (patch) | |
| tree | 273501204f5856753769d0337191bc182f492277 /utils.c | |
| parent | b6a2abede2725b278366313a3649e081b47e51ea (diff) | |
New 'Hide' button.
Diffstat (limited to 'utils.c')
| -rw-r--r-- | utils.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -46,6 +46,7 @@ const char *default_css = ".snac-btn-unmute { float: right; margin-left: 0.5em }\n" ".snac-btn-follow { float: right; margin-left: 0.5em }\n" ".snac-btn-unfollow { float: right; margin-left: 0.5em }\n" + ".snac-btn-hide { float: right; margin-left: 0.5em }\n" ".snac-btn-delete { float: right; margin-left: 0.5em }\n" ".snac-footer { margin-top: 2em; font-size: 75% }\n"; |