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"; 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 Button = findComponentByCodeLazy(".NONE,disabled:", ".PANEL_BUTTON");
const VoiceStateStore = findStoreLazy("VoiceStateStore"); const VoiceStateStore = findStoreLazy("VoiceStateStore");
const MediaEngineStore = findStoreLazy("MediaEngineStore"); const MediaEngineStore = findStoreLazy("MediaEngineStore");
@ -276,10 +276,9 @@ function ContextMenu() {
<svg <svg
className={"reset-icon"} className={"reset-icon"}
role="img" role="img"
width={"18"} width={"22"}
height={"18"} height={"22"}
viewBox={"0 0 26 26"} viewBox={"0 0 26 26"}
> >
<g fill={"#b5bac1"} <g fill={"#b5bac1"}
> >
@ -485,7 +484,7 @@ function ContextMenu() {
<Menu.MenuSeparator /> <Menu.MenuSeparator />
<Menu.MenuGroup <Menu.MenuGroup
label="Voice LIMIT" label="VOICE LIMIT"
> >
<Menu.MenuControlItem <Menu.MenuControlItem

View file

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