From fb449f273a04545043a792b9fa63fdcc5b6b60b1 Mon Sep 17 00:00:00 2001 From: multiple creatures Date: Tue, 23 Apr 2019 01:41:55 -0500 Subject: [PATCH] `i:am`: Right-align signatures --- app/lib/bangtags.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/lib/bangtags.rb b/app/lib/bangtags.rb index 7a007739d..36e5f5bc0 100644 --- a/app/lib/bangtags.rb +++ b/app/lib/bangtags.rb @@ -421,7 +421,7 @@ class Bangtags description = @vars["_they:are:#{name}"] next if description.blank? || @chunks.last.starts_with?('ā€”') status.local_only = true if Status::LOCAL_ONLY_TOKENS.match?(@chunks.last) - @chunks << "\n\u200c\nā€” #{description}" + @chunks << "\n\u200c\n[right]ā€” #{description}\u200c[/right]" when 'media' media_idx = post_cmd[1] media_cmd = post_cmd[2]