mirror of
https://github.com/Equicord/Equicord.git
synced 2025-03-30 12:11:58 -04:00
Managed CSS
This commit is contained in:
parent
8baf35a380
commit
f78c8ece24
2 changed files with 2 additions and 2 deletions
|
@ -14,7 +14,7 @@ import definePlugin, { OptionType } from "@utils/types";
|
|||
import { findByPropsLazy, findComponentByCodeLazy, findStoreLazy } from "@webpack";
|
||||
import { ChannelStore, ContextMenuApi, GuildStore, Menu, NavigationRouter, PermissionStore, React, SelectedChannelStore, Toasts, UserStore } from "@webpack/common";
|
||||
|
||||
import style from "./styles.css";
|
||||
import style from "./styles.css?managed";
|
||||
|
||||
const ChatVoiceIcon = findComponentByCodeLazy("22H12Zm2-5.26c0");
|
||||
const Button = findComponentByCodeLazy(".NONE,disabled:", ".PANEL_BUTTON");
|
||||
|
|
|
@ -3,6 +3,6 @@
|
|||
margin-left: -15px;
|
||||
}
|
||||
|
||||
[class^="micButtonParent"] {
|
||||
[class^="micButtonParent__"] {
|
||||
width: 16px;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue