mirror of
https://github.com/Equicord/Equicord.git
synced 2025-06-07 21:53:04 -04:00
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:
parent
184c27716d
commit
051d05783c
2 changed files with 7 additions and 8 deletions
|
@ -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
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
[class^="buttons__"] {
|
||||
[class^="buttons__"] > [class^="buttons__"]:not([class^="expression-picker"]) {
|
||||
width: 150px;
|
||||
margin-left: -15px;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue