mirror of
https://github.com/Equicord/Equicord.git
synced 2025-06-08 06:03:03 -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";
|
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
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
[class^="buttons__"] {
|
[class^="buttons__"] > [class^="buttons__"]:not([class^="expression-picker"]) {
|
||||||
width: 150px;
|
width: 150px;
|
||||||
margin-left: -15px;
|
margin-left: -15px;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue