Wrap decorators in flex with gap to avoid adding margins

This commit is contained in:
Nuckyz 2025-02-02 17:59:22 -03:00
parent 6cccb54ffc
commit ae98cfb637
No known key found for this signature in database
GPG key ID: 440BF8296E1C4AD9
14 changed files with 91 additions and 55 deletions

View file

@ -150,6 +150,11 @@ export interface PluginDef {
tags?: string[];
/**
* Managed style to automatically enable and disable when the plugin is enabled or disabled
*/
managedStyle?: string;
userProfileBadge?: ProfileBadge;
onMessageClick?: MessageClickListener;