diff options
author | V <vendicated@riseup.net> | 2023-05-10 23:14:04 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-10 23:14:04 +0200 |
commit | cb385d1b280551eb16f1f9836a93cc9bcc43da15 (patch) | |
tree | 87897b84fe78d4d10686981c8bd1c31a5326b46d /src/plugins/silentTyping.tsx | |
parent | 195f1a032fc63d4fd35564a9d11f8ed4afbcac4d (diff) | |
download | Vencord-cb385d1b280551eb16f1f9836a93cc9bcc43da15.tar.gz Vencord-cb385d1b280551eb16f1f9836a93cc9bcc43da15.tar.bz2 Vencord-cb385d1b280551eb16f1f9836a93cc9bcc43da15.zip |
New Plugin: Translate (#1089)
Co-authored-by: Nuckyz <61953774+Nuckyz@users.noreply.github.com>
Diffstat (limited to 'src/plugins/silentTyping.tsx')
-rw-r--r-- | src/plugins/silentTyping.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/silentTyping.tsx b/src/plugins/silentTyping.tsx index 20ebe27..a4dc256 100644 --- a/src/plugins/silentTyping.tsx +++ b/src/plugins/silentTyping.tsx @@ -57,7 +57,7 @@ function SilentTypingToggle(chatBoxProps: { size="" look={ButtonLooks.BLANK} innerClassName={ButtonWrapperClasses.button} - style={{ padding: "0 8px" }} + style={{ padding: "0 6px" }} > <div className={ButtonWrapperClasses.buttonWrapper}> <svg width="24" height="24" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"> |