update (randomVoice) *fix chat bar buttons / new icon* (#204)

* Update index.tsx

* Update styles.css

* Update index.tsx

* Add files via upload

* Add files via upload
This commit is contained in:
Eazvy 2025-03-29 13:33:12 -04:00 committed by GitHub
parent 184c27716d
commit 051d05783c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 7 additions and 8 deletions

View file

@ -16,7 +16,7 @@ import { ChannelStore, ContextMenuApi, GuildStore, Menu, NavigationRouter, Permi
import style from "./styles.css?managed";
const ChatVoiceIcon = findComponentByCodeLazy("22H12Zm2-5.26c0");
const ChatVoiceIcon = findComponentByCodeLazy("0l1.8-1.8c.17");
const Button = findComponentByCodeLazy(".NONE,disabled:", ".PANEL_BUTTON");
const VoiceStateStore = findStoreLazy("VoiceStateStore");
const MediaEngineStore = findStoreLazy("MediaEngineStore");
@ -276,10 +276,9 @@ function ContextMenu() {
<svg
className={"reset-icon"}
role="img"
width={"18"}
height={"18"}
width={"22"}
height={"22"}
viewBox={"0 0 26 26"}
>
<g fill={"#b5bac1"}
>
@ -485,7 +484,7 @@ function ContextMenu() {
<Menu.MenuSeparator />
<Menu.MenuGroup
label="Voice LIMIT"
label="VOICE LIMIT"
>
<Menu.MenuControlItem
@ -726,4 +725,4 @@ function autoCamera() {
camera.click();
}
}, 50);
}
}

View file

@ -1,8 +1,8 @@
[class^="buttons__"] {
[class^="buttons__"] > [class^="buttons__"]:not([class^="expression-picker"]) {
width: 150px;
margin-left: -15px;
}
[class^="micButtonParent__"] {
width: 16px;
}
}