Managed CSS

This commit is contained in:
thororen1234 2025-03-25 00:29:17 -04:00
parent 8baf35a380
commit f78c8ece24
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View file

@ -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");

View file

@ -3,6 +3,6 @@
margin-left: -15px;
}
[class^="micButtonParent"] {
[class^="micButtonParent__"] {
width: 16px;
}