summaryrefslogtreecommitdiff
path: root/utils.c
diff options
context:
space:
mode:
authordefault <nobody@localhost>2022-11-03 08:35:53 +0100
committerdefault <nobody@localhost>2022-11-03 08:35:53 +0100
commit0e3bb82e488d64842f04229749f16e68c7931bef (patch)
tree5f107ca7ab9460d7814fbe6b5cde00a423f2b75c /utils.c
parentf09dc906a9a9f2a61af61228be911745325f1847 (diff)
Align the 'Unmute' button to the right in the default CSS.
Diffstat (limited to 'utils.c')
-rw-r--r--utils.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/utils.c b/utils.c
index f97a198..55b8758 100644
--- a/utils.c
+++ b/utils.c
@@ -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"