Attempt at a more noticably whispered bubble (#25602)
* Attempt at a more noticably whispered bubble * Better implementation
This commit is contained in:
@@ -252,7 +252,8 @@ namespace Content.Client.Chat.UI
|
||||
var bubbleContent = new RichTextLabel
|
||||
{
|
||||
MaxWidth = SpeechMaxWidth,
|
||||
Margin = new Thickness(2, 6, 2, 2)
|
||||
Margin = new Thickness(2, 6, 2, 2),
|
||||
StyleClasses = { "bubbleContent" }
|
||||
};
|
||||
|
||||
//We'll be honest. *Yes* this is hacky. Doing this in a cleaner way would require a bottom-up refactor of how saycode handles sending chat messages. -Myr
|
||||
|
||||
Reference in New Issue
Block a user