Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
|
59e3c2c609 | ||
|
43d7ca4c30 |
2
.github/workflows/publish.yml
vendored
2
.github/workflows/publish.yml
vendored
@ -43,7 +43,7 @@ jobs:
|
||||
pnpx chrome-webstore-upload-cli@2.1.0 upload --auto-publish || EXIT_CODE=$?
|
||||
|
||||
# Firefox
|
||||
cd ../chromium-unpacked
|
||||
cd ../firefox-unpacked
|
||||
npm i -g web-ext@7.4.0 web-ext-submit@7.4.0
|
||||
web-ext-submit || EXIT_CODE=$?
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "vencord",
|
||||
"private": "true",
|
||||
"version": "1.1.8",
|
||||
"version": "1.1.9",
|
||||
"description": "The cutest Discord client mod",
|
||||
"homepage": "https://github.com/Vendicated/Vencord#readme",
|
||||
"bugs": {
|
||||
|
@ -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
|
||||
|
@ -43,7 +43,7 @@
|
||||
}
|
||||
|
||||
.vc-st-button {
|
||||
margin-right: 4px;
|
||||
padding: 0 8px;
|
||||
}
|
||||
|
||||
.vc-st-button svg {
|
||||
|
@ -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
|
||||
|
@ -57,7 +57,7 @@ function SilentTypingToggle(chatBoxProps: {
|
||||
size=""
|
||||
look={ButtonLooks.BLANK}
|
||||
innerClassName={ButtonWrapperClasses.button}
|
||||
style={{ margin: "0 8px 0" }}
|
||||
style={{ padding: "0 8px" }}
|
||||
>
|
||||
<div className={ButtonWrapperClasses.buttonWrapper}>
|
||||
<svg width="24" height="24" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512">
|
||||
|
Reference in New Issue
Block a user