mirror of
https://github.com/Equicord/Equicord.git
synced 2025-06-21 20:37:02 -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
|
@ -85,7 +85,7 @@ function ChatBarIcon() {
|
|||
onMouseLeave={onMouseLeave}
|
||||
innerClassName={ButtonWrapperClasses.button}
|
||||
onClick={() => buildEncModal()}
|
||||
style={{ marginRight: "2px" }}
|
||||
style={{ padding: "0 4px" }}
|
||||
>
|
||||
<div className={ButtonWrapperClasses.buttonWrapper}>
|
||||
<svg
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue