snac2

Fork of https://codeberg.org/grunfink/snac2
git clone https://git.inz.fi/snac2
Log | Files | Refs | README | LICENSE

commit 0e3bb82e488d64842f04229749f16e68c7931bef
parent f09dc906a9a9f2a61af61228be911745325f1847
Author: default <nobody@localhost>
Date:   Thu,  3 Nov 2022 08:35:53 +0100

Align the 'Unmute' button to the right in the default CSS.

Diffstat:
Mutils.c | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git 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"