stuff
This commit is contained in:
parent
c7102f32ac
commit
2f0b0265b7
|
@ -4443,6 +4443,7 @@
|
|||
highlight: "highlight",
|
||||
hoverCardButton: "button-2CgfFz",
|
||||
loginScreen: "wrapper-3Q5DdO",
|
||||
messagesLoadingWrapper: "wrapper-3vR61M",
|
||||
messagesWelcomeButton: "button-2OOM0p",
|
||||
mention: "mention",
|
||||
mentionInteractive: "interactive",
|
||||
|
@ -4609,6 +4610,7 @@
|
|||
DiscordClassModules.MessagesPopout = BDFDB.ModuleUtils.findByProperties("messagesPopoutWrap", "jumpButton");
|
||||
DiscordClassModules.MessagesPopoutButtons = BDFDB.ModuleUtils.findByProperties("secondary", "tertiary", "button");
|
||||
DiscordClassModules.MessagesPopoutTabBar = BDFDB.ModuleUtils.findByProperties("header", "tabBar", "active");
|
||||
DiscordClassModules.MessagesLoading = BDFDB.ModuleUtils.findByProperties("attachment", "blob", "cozy");
|
||||
DiscordClassModules.MessagesWelcome = BDFDB.ModuleUtils.findByProperties("emptyChannelIcon", "description", "header");
|
||||
DiscordClassModules.MessagesWrap = BDFDB.ModuleUtils.findByProperties("messagesWrapper", "messageGroupBlocked");
|
||||
DiscordClassModules.Modal = BDFDB.ModuleUtils.findByProperties("modal", "sizeLarge");
|
||||
|
@ -5646,6 +5648,11 @@
|
|||
messageselected: ["Message", "selected"],
|
||||
messages: ["MessagesWrap", "messages"],
|
||||
messagesdivider: ["MessagesWrap", "divider"],
|
||||
messagesloadingavatar: ["MessagesLoading", "avatar"],
|
||||
messagesloadingcompact: ["MessagesLoading", "compact"],
|
||||
messagesloadingcozy: ["MessagesLoading", "cozy"],
|
||||
messagesloadingmessage: ["MessagesLoading", "wrapper"],
|
||||
messagesloadingwrapper: ["NotFound", "messagesLoadingWrapper"],
|
||||
messagespopout: ["MessagesPopout", "messagesPopout"],
|
||||
messagespopoutactionbuttons: ["MessagesPopout", "actionButtons"],
|
||||
messagespopoutbody: ["MessagesPopout", "body"],
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -9,6 +9,7 @@ body,
|
|||
#app-mount REPLACE_CLASS_dmchannels,
|
||||
#app-mount REPLACE_CLASS_channelpanels > *,
|
||||
#app-mount REPLACE_CLASS_chat,
|
||||
#app-mount REPLACE_CLASS_messagesloadingwrapper,
|
||||
#app-mount REPLACE_CLASS_nochannel,
|
||||
#app-mount REPLACE_CLASS_members,
|
||||
#app-mount REPLACE_CLASS_members > div,
|
||||
|
|
|
@ -164,6 +164,7 @@ body, /* body */
|
|||
#app-mount .app-1q1i1E, /* app container */
|
||||
#app-mount .app-2rEoOp, /* app inner */
|
||||
#app-mount .container-16j22k, /* app loadingscreen */
|
||||
#app-mount .wrapper-1prNyd, /* app errorscreen */
|
||||
#app-mount .bg-h5JY_x, /* app background */
|
||||
#app-mount .layer-3QrUeG, /* layer container */
|
||||
#app-mount .container-PNkimc, /* channels inner */
|
||||
|
@ -216,14 +217,7 @@ body, /* body */
|
|||
background-color: rgba(var(--vtransparencycolor), var(--vmemberlisttransparency));
|
||||
}
|
||||
|
||||
.themeDark-3Ap_7i, .themeLight-2aS1dz { /* errorscreen */
|
||||
background-color: transparent;
|
||||
color: rgb(var(--fontwhite1));
|
||||
}
|
||||
#app-mount .note-450gs3 {
|
||||
color: rgb(var(--fontwhite2));
|
||||
}
|
||||
#app-mount .image-3zK3Wt {
|
||||
#app-mount .image-3zK3Wt { /* app errorscreen image */
|
||||
background-image: url(https://discordapp.com/assets/e9baf4b505eb54129f832556ea16538e.svg);
|
||||
opacity: 0.6;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue