mirror of
https://github.com/Equicord/Equicord.git
synced 2025-06-09 14:43:03 -04:00
Make chat bar buttons have a consistent size (#927)
Co-authored-by: V <vendicated@riseup.net>
This commit is contained in:
parent
5305447f44
commit
43d7ca4c30
4 changed files with 4 additions and 4 deletions
|
@ -53,7 +53,7 @@ function SilentMessageToggle(chatBoxProps: {
|
|||
size=""
|
||||
look={ButtonLooks.BLANK}
|
||||
innerClassName={ButtonWrapperClasses.button}
|
||||
style={{ margin: "0px 8px" }}
|
||||
style={{ padding: "0 8px" }}
|
||||
>
|
||||
<div className={ButtonWrapperClasses.buttonWrapper}>
|
||||
<svg
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue