diff options
author | default <nobody@localhost> | 2022-11-03 08:35:53 +0100 |
---|---|---|
committer | default <nobody@localhost> | 2022-11-03 08:35:53 +0100 |
commit | 0e3bb82e488d64842f04229749f16e68c7931bef (patch) | |
tree | 5f107ca7ab9460d7814fbe6b5cde00a423f2b75c /utils.c | |
parent | f09dc906a9a9f2a61af61228be911745325f1847 (diff) |
Align the 'Unmute' button to the right in the default CSS.
Diffstat (limited to 'utils.c')
-rw-r--r-- | utils.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -43,6 +43,7 @@ const char *default_css = ".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" + ".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-delete { float: right; margin-left: 0.5em }\n" |